main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / vignesh1988i
output is : 400
| Is This Answer Correct ? | 37 Yes | 18 No |
Post New Answer View All Answers
Tell me can the size of an array be declared at runtime?
How to compare array with pointer in c?
What is a spanning Tree?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
How do you use a pointer to a function?
What are 'near' and 'far' pointers?
What is string constants?
Differentiate call by value and call by reference?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Can you write the function prototype, definition and mention the other requirements.
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are the data types present in c?
What is substring in c?
What are terms in math?