Answer Posted / sagar hande
Pointer is variable that contains memory location of
another variable
Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
What does *p++ do?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is structure and union in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the size of enum in bytes?
What is calloc()?
What are the loops in c?
What is the meaning of && in c?
What is the ANSI C Standard?
What is the difference between mpi and openmp?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is the difference between printf and scanf )?
What is the difference between text and binary modes?
What is an array? What the different types of arrays in c?
Is c dynamically typed?