What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
1 4404what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
2 5623write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
TCS,
1 3971
Why pointers are used?
What is enumerated data type in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the modulus operator?
How can I recover the file name given an open stream or file descriptor?
Combinations of fibanocci prime series
What does void main () mean?
Where register variables are stored in c?
What is the benefit of using const for declaring constants?
Does sprintf put null character?
Is sizeof a keyword in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
define string ?
What are the advantage of c language?