main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / kushalava
India only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is multithreading possible in c?
What is the benefit of using #define to declare a constant?
Write a program to find the biggest number of three numbers in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain how can you determine the size of an allocated portion of memory?
What do you mean by dynamic memory allocation in c?
What is a far pointer in c?
Explain how can you tell whether two strings are the same?
Explain how do you use a pointer to a function?
What are the types of functions in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is c system32 taskhostw exe?
Wt are the Buses in C Language
Dont ansi function prototypes render lint obsolete?
Explain how can you restore a redirected standard stream?