What is c language and why we use it?


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

Post New Answer

More C Interview Questions

What are the restrictions of a modulus operator?

0 Answers  


Why is c so powerful?

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


What is the modulus operator?

0 Answers  






main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Why static variable is used in c?

0 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


What is #line in c?

0 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,


Categories