how to go with this?
Answer / dipti
this is a pointer which is passed automatically when
variable called in function
| Is This Answer Correct ? | 1 Yes | 1 No |
What is %s and %d in c?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What is restrict keyword in c?
What is the difference between scanf and fscanf?
write a program that explain #define and # undef directive
write a program to find lcm and hcf of two numbers??
Why is c platform dependent?
What is Function Pointer? Explain with example?
What does %p mean?
What is the difference between NULL and NUL?
How are pointers declared in c?
Tell us two differences between new () and malloc ()?