main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / shivangi
only india will be printed ...........
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How are portions of a program disabled in demo versions?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
How can you call a function, given its name as a string?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Is null a keyword in c?
What is a null string in c?
How many types of operator or there in c?
How do you list a file’s date and time?
Wt are the Buses in C Language
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the maximum length of an identifier?
What is the difference between %d and %i?
How can I implement sets or arrays of bits?
What is the difference between a string and an array?