2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / pallavi
pgm is wrong coz, main ws supposed to hav () and } is
missing at the end
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are enums in c?
What is the meaning of typedef struct in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are the types of data types and explain?
What is strcmp in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
show how link list can be used to repersent the following polynomial i) 5x+2
write a proram to reverse the string using switch case?
What is the advantage of using #define to declare a constant?
Difference between constant pointer and pointer to a constant.
Array is an lvalue or not?
What does typeof return in c?
What is the difference between null pointer and wild pointer?
What is a file descriptor in c?
What is a header file?