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
Are pointers integer?
What are the types of pointers in c?
What is signed and unsigned?
What is the sizeof () a pointer?
can any one provide me the notes of data structure for ignou cs-62 paper
What is scanf () in c?
How many keywords (reserve words) are in c?
code for replace tabs with equivalent number of blanks
What are comments and how do you insert it in a C program?
What is a const pointer in c?
How a string is stored in c?
What is calloc()?
Which driver is a pure java driver
What is the purpose of the preprocessor directive error?
Why doesn't C support function overloading?