2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / kadamab
36
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is meant by realloc()?
Describe the order of precedence with regards to operators in C.
what are the facialities provided by you after the selection of the student.
What is a lvalue
What is #error and use of it?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Can you please explain the difference between strcpy() and memcpy() function?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
I came across some code that puts a (void) cast before each call to printf. Why?
What is struct node in c?
What are the benefits of c language?
What is the use of structure padding in c?
in iso what are the common technological language?
What is meant by preprocessor in c?
What is the purpose of sprintf?