What happens if a header file is included twice?


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

Post New Answer

More C Interview Questions

int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


Explain what is a stream?

0 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


What is oops c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,






what is the full form of c language

9 Answers   Satyam, TCS, VNC,


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


write a function for strtok()??

2 Answers   Verifone,


What is the difference between null pointer and wild pointer?

0 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


What is the use of ?

0 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


Categories