What is keyword with example?


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

Post New Answer

More C Interview Questions

Explain how do you use a pointer to a function?

0 Answers  


What is a constant?

0 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


Prove or disprove P!=NP.

5 Answers   Microsoft,


What is data structure in c language?

0 Answers  






What is a MAC Address?

0 Answers  


What are shell structures used for?

0 Answers  


What is difference between array and structure in c?

0 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


What is pass by reference in functions?

0 Answers  


Categories