how to count no of words,characters,lines in a paragraph.
No Answer is Posted For this Question
Be the First to Post Answer
In C, What is the #line used for?
Explain logical errors? Compare with syntax errors.
Explain how does free() know explain how much memory to release?
Differentiate call by value and call by reference?
What is the concatenation operator?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is main () in c?
program to find the roots of a quardratic equation
What is c definition?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
How many loops are there in c?
Explain what is a program flowchart and explain how does it help in writing a program?