Files : File is a collection of numbers, symbols and text placed on the disk. file can be read and modified as per the user requirement, thus file allow us to store information permanently in the disk. The file object contain all information about stream like current position, pointer to […]
How to write a program to convert a binary number to a decimal number?
Write a program to make star pattern Pyramid.
Write a program to find digits in a number.
What are the pointers and how to use them in C?
What are the basic elements and how to use them in C?
Identifiers: All the words that we will use in c are keywords or identifiers. keywords are predefined and can’t be changed by the users, While identifiers are used to give names to entities likes variables, arrays, functions and etc. There are some rules naming identifiers as: The name should consist […]