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


Please Help Members By Posting Answers For Below Questions

How are portions of a program disabled in demo versions?

860


a value that does not change during program execution a) variabe b) argument c) parameter d) none

808


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.

949


How can you call a function, given its name as a string?

798


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

764






Is null a keyword in c?

829


What is a null string in c?

682


How many types of operator or there in c?

698


How do you list a file’s date and time?

716


Wt are the Buses in C Language

2850


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

657


What is the maximum length of an identifier?

774


What is the difference between %d and %i?

674


How can I implement sets or arrays of bits?

695


What is the difference between a string and an array?

796