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

Answer Posted / snurfy

x=1;..khud se pata laga lo..par answer to yahi rahega...aur ye us wale logic se hoga...jo sir ne us samay padhaya tha...tab tum sab so rahe the,,...ab aur neend lo class m...tab bola tha uth jaao...tab to samjh aaya nhi...ab kya khak aayega....ab to khelo rummy...!!..ab to ek hi tarika h ans pata karne ka...snurf language padho..aur suno...ise majak mat samjhna..bhavishy ka sawal h...:P:P

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c definition?

757


explain what is fifo?

644


How can you find the exact size of a data type in c?

610


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3135


What are the advantages of using linked list for tree construction?

653






What are the 5 types of inheritance in c ++?

592


what is the significance of static storage class specifier?

1672


Explain what are compound statements?

613


Explain what is the benefit of using an enum rather than a #define constant?

733


How is a macro different from a function?

661


What are dangling pointers in c?

651


What are global variables and explain how do you declare them?

587


What is a dynamic array in c?

602


How can I remove the leading spaces from a string?

643


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1733