R
Q. Choose a right statement.
int main() { int var = 3.5;; printf("%f", var); 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. Which of the programming language is said to be machine independent language?
Q. Number of binary trees formed with 5 nodes are
Q. What is the output of this C code?
Q. What will be output if you will compile and execute the following c code?
Q. Which pointer is called general-purpose pointer?
Q. Which languages necessarily need heap allocation in the run time environment?
Q. What is the output of C program with functions?
Q. Choose a correct statement.
Q. Variable names beginning with underscore is not encouraged. Why?
Discusssion
Login to discuss.