What is pointer & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
What is character constants?
which will be first in c compiling ,linking or compiling ,debugging.
write a program to display & create a rational number
How is a null pointer different from a dangling pointer?
how to add our own function in c library please give details.?
What kind of structure is a house?
Explain how do you view the path?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
write a program whose output will be- 1 12 123 1234
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
What is scanf () in c?
void main() { int i=5; printf("%d",i+++++i); }