What does c mean in standard form?


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

Post New Answer

More C Interview Questions

Is sizeof a keyword in c?

0 Answers  


Why main is not a keyword in c?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


What is the right way to use errno?

0 Answers  


why you will give me a job in TCS.

7 Answers   TCS,






What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


Why c is called object oriented language?

0 Answers  


What is volatile variable in c with example?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Categories