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

Can you write a programmer for FACTORIAL using recursion?

619


Do pointers take up memory?

670


When is a null pointer used?

647


The __________ attribute is used to announce variables based on definitions of columns in a table?

679


What is the equivalent code of the following statement in WHILE LOOP format?

777






What is difference between class and structure?

579


What is dynamic dispatch in c++?

564


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1869


What is main return c?

524


Why main function is special give two reasons?

958


What is the use of getch ()?

645


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3851


In a byte, what is the maximum decimal number that you can accommodate?

630


Write a program to reverse a linked list in c.

650


What is the difference between formatted&unformatted i/o functions?

623