Answer Posted / vinod
the variable which can be modify
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use null pointer?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain why C language is procedural?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is difference between main and void main?
What are the types of pointers in c?
What are the functions to open and close the file in c language?
Differentiate between the expression “++a” and “a++”?
Process by which one bit pattern in to another by bit wise operation is?
find out largest elemant of diagonalmatrix
What is difference between Structure and Unions?
write a programming in c to find the sum of all elements in an array through function.
What is the use of getch ()?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is pragma in c?