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
What are header files and explain what are its uses in c programming?
Explain what are bus errors, memory faults, and core dumps?
What do you mean by recursion in c?
Explain built-in function?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How to get string length of given string in c?
How will you find a duplicate number in a array without negating the nos ?
How do I send escape sequences to control a terminal or other device?
What is scanf_s in c?
How does struct work in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are the advantages and disadvantages of c language?
What is the ANSI C Standard?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is a wrapper function in c?