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

Answer Posted / e.manjuladevi

x=2

Is This Answer Correct ?    13 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can 'this' pointer by used in the constructor?

603


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1760


What is the sizeof () a pointer?

540


write a program to rearrange the array such way that all even elements should come first and next come odd

1748


What are 'near' and 'far' pointers?

605






Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

554


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

665


is it possible to create your own header files?

623


What is main () in c?

576


For what purpose null pointer used?

596


What is the hardest programming language?

657


What are the types of unary operators?

647


Differentiate between full, complete & perfect binary trees.

660


What are preprocessor directives?

662


What are 3 types of structures?

582