What is c language in simple words?


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

Post New Answer

More C Interview Questions

Explain the difference between call by value and call by reference in c language?

0 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


What is logical error?

0 Answers  






How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


write a program for odd numbers?

15 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


How can I make it pause before closing the program output window?

0 Answers  


How can I invoke another program from within a C program?

8 Answers  


Categories