What is a keyword?


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

Post New Answer

More C Interview Questions

What is the use of structure padding in c?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


What is the meaning of int *x[]();?

1 Answers  


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  






How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


Write a c pgm for leap year

11 Answers   College School Exams Tests, IBM, TCS,


how to make a scientific calculater ?

0 Answers  


Differentiate call by value and call by reference?

0 Answers   Cyient,


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


What is the meaning of && in c?

0 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


Categories