What are the applications of c language?


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

Post New Answer

More C Interview Questions

what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


write a program that will print %d in the output screen??

9 Answers   Infosys,


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


All technical questions

0 Answers   TCS,


Is boolean a datatype in c?

0 Answers  


What is data types?

0 Answers  


Categories