Answer Posted / barni guru
DENNIS RITCHIE
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
When would you use a pointer to a function?
What is time complexity c?
What is a 'null pointer assignment' error?
what is reason of your company position's in india no. 1.
What are the different types of endless loops?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
How do you list a file’s date and time?
What is a ternary operator in c?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is the difference between abs() and fabs() functions?
I have a varargs function which accepts a float parameter?
Explain what is the difference between functions getch() and getche()?
In C programming, what command or code can be used to determine if a number of odd or even?
what is ur strangth & weekness
In a switch statement, what will happen if a break statement is omitted?