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
What is the purpose of macro in C language?
Does c have enums?
Explain what are the different file extensions involved when programming in c?
Can two or more operators such as and be combined in a single line of program code?
Are the variables argc and argv are always local to main?
Explain what is gets() function?
regarding pointers concept
What are operators in c?
Explain what are the standard predefined macros?
Explain what is the difference between text files and binary files?
What are loops c?
Is null equal to 0 in sql?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is a program flowchart?
What does return 1 means in c?