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 31077enum 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 8168int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12438WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16303write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
1 4542write 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 89101in 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 26333
Write the control statements in C language
Tell us two differences between new () and malloc ()?
What are pointers?
Why is C language being considered a middle level language?
Can you return null in c?
What does it mean when the linker says that _end is undefined?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is pivot in c?
Explain argument and its types.
Explain how can I manipulate strings of multibyte characters?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is an auto keyword in c?
How can I do peek and poke in c?
How can I avoid the abort, retry, fail messages?
Which programming language is best for getting job 2020?