What is the function of this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What is operator promotion?
Can you explain the four storage classes in C?
What is difference between constant pointer and constant variable?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Why do we use null pointer?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How is null defined in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Can we increase size of array in c?
Is c compiled or interpreted?
Explain the red-black trees?