Why c language is called c?
No Answer is Posted For this Question
Be the First to Post Answer
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is the purpose of 'register' keyword?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Explain what is the difference between null and nul?
Why do we use stdio h and conio h?
Why c is called top down?
write a “Hello World” program in “c” without using a semicolon?
what is the difference between declaration ,defenetion and initialization of a variable?
about c language
what is event driven software and what is procedural driven software?
Why is structure padding done in c?
What is the explanation for the dangling pointer in c?