2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / vignesh1988i
x will be 36....
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the difference between strcpy() and memcpy() function in c programming?
What is sizeof array in c?
What is the difference between new and malloc functions?
What is the value of c?
How can I access an I o board directly?
Explain how do you determine the length of a string value that was stored in a variable?
How #define works?
how we can make 3d venturing graphics on outer interface
What is ambagious result in C? explain with an example.
how many key words availabel in c a) 28 b) 31 c) 32
Why #include is used in c language?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
while initialization of array why we use a[][2] why not a[2][]...?
I have seen function declarations that look like this
State two uses of pointers in C?