Is there something we can do in C but not in C++?
Declare variable names that are keywords in C++ but not C.
Answer Posted / lucky
#include<stdio.h>
#include<conio.h>
void main()
{
int class=0;
printf("5d",class);
getch();
}
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
in linking some of os executables are linking name some of them
Why is not a pointer null after calling free?
Explain low-order bytes.
What is cohesion and coupling in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain how does free() know explain how much memory to release?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is #line used for?
simple program of graphics and their output display
Why do we need volatile in c?
Explain how do you determine the length of a string value that was stored in a variable?
hi, which software companys will take,if d candidate's % is jst 55%?
largest Of three Number using without if condition?
What are the similarities between c and c++?
What are type modifiers in c?