Is it cc or c in a letter?


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

Post New Answer

More C Interview Questions

list the no of files created when c source file is compiled

9 Answers   TCS,


Why void main is used in c?

0 Answers  


pascal triangle program

2 Answers  


Explain union. What are its advantages?

0 Answers  


Explain what is #line used for?

0 Answers  






Explain what is the advantage of a random access file?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


What math functions are available for integers? For floating point?

0 Answers  


Explain what is the stack?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What does sizeof function do?

0 Answers  


Categories