What are nested functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are qualifiers?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
When should volatile modifier be used?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Is c dynamically typed?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Is c procedural or object oriented?
how to write a c program to print list of fruits in alpabetical order?
How can I avoid the abort, retry, fail messages?
In a switch statement, explain what will happen if a break statement is omitted?
What is the use of in c?
What is the difference between exit() and _exit()?