2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / pallavi
pgm is wrong coz, main ws supposed to hav () and } is
missing at the end
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is the difference between array and pointer in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain the use of keyword 'register' with respect to variables.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
which type of aspect you want from the student.
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
I need previous papers of CSC.......plz help out by posting them.......
Which node is more powerful and can handle local information processing or graphics processing?
Why isnt there a numbered, multi-level break statement to break out
What is the equivalent code of the following statement in WHILE LOOP format?
Can you tell me how to check whether a linked list is circular?
Can main () be called recursively?
Where local variables are stored in c?
What is the difference between exit() and _exit() function in c?
Write a Program to accept different goods with the number, price and date of purchase and display them