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

How do c compilers work?

0 Answers  


how to make program without <> in libray.

0 Answers  


What is exit() function?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,






write a program to print data of 5 five students with structures?

0 Answers  


How can you increase the allowable number of simultaneously open files?

0 Answers  


how can be easily placed in TCS.

0 Answers   TCS,


what are the 10 different models of writing an addition program in C language?

0 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


Explain about C function prototype?

0 Answers  


wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain

3 Answers   TCS,


Categories