Define C in your own Language.


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

Post New Answer

More C Interview Questions

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments

6 Answers   TCS,


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


What are the valid places to have keyword “break”?

0 Answers  






Can math operations be performed on a void pointer?

0 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


who did come first hen or agg

15 Answers   Infosys,


What is #include cctype?

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


what is the difference between strcpy() and memcpy() function?

2 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Categories