wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / vinay
int is datatype and int pointer is datatype with address
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can the sizeof operator be used to tell the size of an array passed to a function?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain what is the advantage of a random access file?
What is the -> in c?
In which layer of the network datastructure format change is done
What's the best way of making my program efficient?
What are the storage classes in C?
What is p in text message?
code for quick sort?
What is d scanf?
Is main a keyword in c?
What is a 'null pointer assignment' error?
How can a program be made to print the name of a source file where an error occurs?
What is meant by recursion?
What are run-time errors?