Why do we use null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is C language Terminator?
What does the message "warning: macro replacement within a string literal" mean?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What is a null string in c?
Juxtapose the use of override with new. What is shadowing?
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
How do you define a function?
Who had beaten up hooligan "CHAKULI" in his early college days?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
How do you list a file’s date and time?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above