R
Q. What happens if the following program is run in C and C++?
#include<stdio.h> int main() { char x = 'x'; printf("%d\n", (int)sizeof(x)); 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 is the purpose of the 'delete' keyword in C++?
Q. What is size of int data type in cpp?
Q. When a=6 and c=a++ what is the value of c?
Q. An exceptio in C++ can be generated using which keywords.
Q. Default values for a function are specified when ____ .
Q. The operator used for dereferencing or indirection is ____
Q. Which of the following is the correct way to define a pure virtual function in C++?
Discusssion
Login to discuss.