What is define directive?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of a union variable?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
What is the difference between procedural and functional programming?
prog for 1st five prime numbers in 2^x - 1
What is the use of #include in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are high level languages like C and FORTRAN also known as?
Implement bit Array in C.
what is the stackpointer
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
Why we use stdio h in c?
How #define works?