What does %p mean c?
No Answer is Posted For this Question
Be the First to Post Answer
How #define works?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Write a program which returns the first non repetitive character in the string?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
Explain what is the heap?
Write a program that his output * *** *****
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How many types of operator or there in c?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
Why c is called top down?
what is the importance of spanning tree?
What are logical errors and how does it differ from syntax errors?