Answer Posted / sridhar
Pointers are the variables,which are used to store address of the another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why c is called a mid level programming language?
Why is %d used in c?
Do you have any idea about the use of "auto" keyword?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Explain why C language is procedural?
What is use of null pointer in c?
I heard that you have to include stdio.h before calling printf. Why?
When was c language developed?
What is meant by preprocessor in c?
How can I recover the file name given an open stream?
What is the use of typedef in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What do you mean by keywords in c?