What are qualifiers and modifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
why we need function pointers?
What is the difference between getch() and getche()?
What is difference between structure and union?
What is a list in c?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What is quick sort in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
Explain #pragma statements.
program to print upper & lower triangle of a matrix
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference