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
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Explain that why C is procedural?
Give basis knowledge of web designing ...
Do pointers need to be initialized?
Can you think of a logic behind the game minesweeper.
Explain what is a stream?
What is call by reference in functions?
How can I ensure that integer arithmetic doesnt overflow?
Write the Program to reverse a string using pointers.
Are negative numbers true in c?
What is static and volatile in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is a program flowchart and how does it help in writing a program?
What are pointers? What are different types of pointers?
What are the __date__ and __time__ preprocessor commands?