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
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of header?
How to add two numbers without using semicolon at runtime
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
write a c program to print "Welcome" without using semicolon in the whole program ??
Who is the founder of c language?
What is the purpose of macro in C language?
What is the data segment that is followed by c?
wat are the two methods for swapping two numbers without using temp variable??
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is a const pointer?
a simple c program using 'for' loop to display the output 5 4 3 2 1
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,