What are header files in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,






What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


Explain what are multibyte characters?

0 Answers  


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


write a program to generate address labels using structures?

0 Answers   SJC,


What is the easiest sorting method to use?

0 Answers  


What does != Mean in c?

0 Answers  


Categories