M
Q. What will be the output of the following code snippet?
#include <stdio.h> void solve() { printf("%d %d %d", (076), (28), (0x87)); } int main() { solve(); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What is the output of this C code?
Q. asctime() structure contents are interpreted by this function as calendar time.
Q. An array elements are always stored in _________ memory locations.
Q. Choose a correct statement about Recursive Function in C language.
Q. The purpose of the function ctime() is that ___________
Q. What is the minimum number of functions to be present in a C Program?
Q. Choose a correct statement about a C Switch Construct.
Discusssion
Login to discuss.