2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / hari
x=2
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between far and near pointers?
Why is c platform dependent?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Explain what is the benefit of using const for declaring constants?
What do you mean by keywords in c?
Which is best book for data structures in c?
Compare array data type to pointer data type
Which node is more powerful and can handle local information processing or graphics processing?
Why is c so important?
What are the advantages of Macro over function?
How many levels of pointers have?
What is a static variable in c?
What is function prototype in c with example?
What is LINKED LIST? How can you access the last element in a linked list?
What are the main characteristics of c language describe the structure of ac program?