main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / yogendra jain
Ramco Systems
India
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Why clrscr is used in c?
What is || operator and how does it function in a program?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Why is c called a mid-level programming language?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is LINKED LIST? How can you access the last element in a linked list?
Who developed c language and when?
What does #pragma once mean?
What is a string?
Differentiate between declaring a variable and defining a variable?
What is difference between far and near pointers?
Why c is known as a mother language?
What are preprocessor directives in c?
What does the format %10.2 mean when included in a printf statement?
What are the advantages and disadvantages of a heap?