What are c header files?


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

Post New Answer

More C Interview Questions

What is oops c?

0 Answers  


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


How many header files are in c?

0 Answers  


How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,






Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


How important is structure in life?

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


Categories