c program to print a name without using semicolon
Post New Answer View All Answers
What does void main return?
What is difference between && and & in c?
What is the size of enum in c?
What is pre-emptive data structure and explain it with example?
What is mean by data types in c?
What are control structures? What are the different types?
What is static function in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Explain zero based addressing.
What is atoi and atof in c?
What is a list in c?
Does c have an equivalent to pascals with statement?
Why malloc is faster than calloc?
By using C language input a date into it and if it is right?
What is the explanation for modular programming?