Explain what are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
how to find binary of number?
How many header files are in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
out put of printf(ā%dā,printf(ram));
What are the scope of static variables?
What is the significance of c program algorithms?
how is the examination pattern?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
What is the real time usage volatile?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%