What are identifiers c?


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

Post New Answer

More C Interview Questions

What are the preprocessors?

9 Answers   HP,


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


What are variables and it what way is it different from constants?

0 Answers  


How many keywords are there in c?

0 Answers  


Who invented bcpl language?

0 Answers  






write a program to concatenation the string using switch case?

0 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


what does exit() do?

3 Answers   Cadence,


Categories