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
How important is structure in life?
Explain goto?
Why pointers are used in c?
What is s in c?
What is typedf?
What are the advantages of using linked list for tree construction?
How does selection sort work in c?
write a program to print largest number of each row of a 2D array
Is there any demerits of using pointer?
Write a program to swap two numbers without using the third variable?
What will be your course of action for a push operation?
Write a program of prime number using recursion.
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Explain do array subscripts always start with zero?
Why is not a pointer null after calling free?