2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / guest
x=1
| Is This Answer Correct ? | 18 Yes | 20 No |
Post New Answer View All Answers
What is difference between class and structure?
Explain what are compound statements?
What is anagram in c?
Is c a great language, or what?
Write a program to swap two numbers without using third variable?
What is build process in c?
Why does everyone say not to use scanf? What should I use instead?
Explain what are header files and explain what are its uses in c programming?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain the process of converting a Tree into a Binary Tree.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What are the different types of endless loops?
What are pointers? What are stacks and queues?