2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answers were Sorted based on User's Feedback
Answer / pallavi
pgm is wrong coz, main ws supposed to hav () and } is
missing at the end
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / 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 |
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
ABCDCBA ABC CBA AB BA A A
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
How can you find the exact size of a data type in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Why is c called a structured programming language?
Can you please explain the difference between exit() and _exit() function?
what is the use of pointers
Explain how are portions of a program disabled in demo versions?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
The variables are int sum=10,SuM=20; these are same or different?