2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / pallavi
pgm is wrong coz, main ws supposed to hav () and } is
missing at the end
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How can I call fortran?
What are pragmas and what are they good for?
What is the size of empty structure in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is typedf?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain the difference between strcpy() and memcpy() function?
Write a program to find the biggest number of three numbers in c?
How many types of functions are there in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is difference between structure and union?
Why is c so popular?
Is c a great language, or what?