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 / thunder
GIVES THE ERROR DURING COMPILATION.
*P means IT CAN STORE ADDRESS NOT ANY INTEGER VALUE.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is conio h in c?
What is clrscr ()?
What is local and global variable in c?
What does it mean when a pointer is used in an if statement?
Write a program to use switch statement.
Can we declare a function inside a function in c?
What are valid operations on pointers?
What is use of pointer?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
how to create duplicate link list using C???
What is the purpose of the statement: strcat (S2, S1)?
What is oops c?
Is c procedural or object oriented?
How to declare a variable?
What is the difference between text files and binary files?