int *p=20;
if u print like dis printf("%d",p);
o\p:- 20; how is it possible?
plz give me the explanation.
Answer Posted / ankit
it will show compiler error as we are trying to assign integer value to pointer variable.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is atoi and atof in c?
How do shell structures work?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is hashing in c?
What are pointers?
What is the process to generate random numbers in c programming language?
What does struct node * mean?
What is spaghetti programming?
Explain heap and queue.
Can you subtract pointers from each other? Why would you?
Differentiate between null and void pointers.
What are the header files used in c language?
C language questions for civil engineering