2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);

Answer Posted / kadamab

36

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the -> in c?

579


Why void is used in c?

559


How do you view the path?

658


What is the newline escape sequence?

580


Explain the difference between malloc() and calloc() function?

596






the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

717


How to get string length of given string in c?

602


What is structure in c definition?

568


Where register variables are stored in c?

542


What is an lvalue in c?

690


What is nested structure with example?

618


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

627


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

602


If I have a char * variable pointing to the name of a function ..

646


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1527