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
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What are reserved words?
Explain is it valid to address one element beyond the end of an array?
Why c is a mother language?
Explain how do you list a file’s date and time?
Explain pointer. What are function pointers in C?
What are runtime error?
What is mean by data types in c?
Should I learn c before c++?
List out few of the applications that make use of Multilinked Structures?
Do pointers take up memory?
Can you write the algorithm for Queue?
Explain low-order bytes.