Answer Posted / mahi
pointer is a variable witch can strore address of another
variable
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why isnt any of this standardized in c?
How can you invoke another program from within a C program?
What is c mainly used for?
What do you mean by scope of a variable in c?
Explain what is the benefit of using #define to declare a constant?
Is there anything like an ifdef for typedefs?
Can we add pointers together?
is it possible to create your own header files?
What are the two types of structure?
Do you know the difference between malloc() and calloc() function?
Write the syntax and purpose of a switch statement in C.
What is string concatenation in c?