R
Q. Which statement is true about the given code ?
#include <stdio.h> enum colors {lets,find,course}; int main() { printf("%d %d %d",course,lets,find); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be output if you will compile and execute the following c code?
Q. Which of the below syntax is the correct way of declaring a function?
Q. An _______ is a fixed size sequence collection of elements of the same data type
Q. What will be the output of the following C code?
Q. Which gcc flag is used to enable all Compiler warnings?
Q. A C-style comment, simply surround the text with ___.
Q. Which of the following ways are correct to comment out preprocessing of any line?
Q. C language was developed by
Discusssion
Login to discuss.