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


Please Help Members By Posting Answers For Below Questions

What is the difference between far and near in c?

599


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1779


Explain how do you view the path?

649


Write a progarm to find the length of string using switch case?

1607


What are the uses of null pointers?

588






What are the types of assignment statements?

626


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2029


Can we change the value of #define in c?

582


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4737


How can you restore a redirected standard stream?

607


Can you pass an entire structure to functions?

690


Find MAXIMUM of three distinct integers using a single C statement

622


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

683


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1904


What is the difference between local variable and global variable in c?

682