void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30821enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
TCS,
4 7990int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12154WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16167write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
1 4451write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
7 88780in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
3 26164
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are the key features in c programming language?
What are the types of operators in c?
Can a local variable be volatile in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is the purpose of 'register' keyword?
Do pointers store the address of value or the actual value of a variable?
How will you find a duplicate number in a array without negating the nos ?
What is wrong with this initialization?
What do mean by network ?
what is the role you expect in software industry?
I need testPalindrome and removeSpace
#include
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What language is c written?