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
Write a program which returns the first non repetitive character in the string?
What are enumerated types?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the use of the function in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain Basic concepts of C language?
What is the c value paradox and how is it explained?
Write a program to check palindrome number in c programming?
Why c is known as a mother language?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What does c mean?
Can you please explain the difference between strcpy() and memcpy() function?
i got 75% in all semester am i eligible for your company
What are examples of structures?
Explain what does it mean when a pointer is used in an if statement?