Answer Posted / joshi
Pointer is a special variable which hold the address of the
next variable.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How are strings stored in c?
What is the difference between exit() and _exit() function in c?
Explain what is the benefit of using #define to declare a constant?
What are loops in c?
What is return type in c?
What is %s and %d in c?
Why is c called c?
How do you convert strings to numbers in C?
Why c is a mother language?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is character set?
How can you increase the allowable number of simultaneously open files?
What is a list in c?
What is the scope of global variable in c?
Explain the use of 'auto' keyword