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 / jack
It will not compile. You cant do int *p = 20;
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
What are header files? What are their uses?
What is the difference between variable declaration and variable definition in c?
How can I list all of the predefined identifiers?
Do you know what are the properties of union in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
Explain the difference between the local variable and global variable in c?
What are reserved words with a programming language?
What should malloc() do?
How many types of errors are there in c language? Explain
What are types of structure?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Does c have enums?
What is selection sort in c?
How can you determine the maximum value that a numeric variable can hold?
What is an expression?