Home / Programming MCQs / C Programming MCQs / Question
R
Q. What is the output of this program?
#include <stdio.h> int main() { int i; i = 1, 2, 3; printf("%d", i); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is ptr in the given statement?
Find a correct C Keyword below.
Which of the following sorting algorithms does NOT have a worst-case running time of O(n2)?
A recursive function without If and Else conditions will always lead to?
What will be the output of the following C code?
Discusssion
Login to discuss.