What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
1 2901what 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 3630write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
TCS,
1 2504
What are the types of c language?
Can the “if” function be used in comparing strings?
How can I convert a number to a string?
What are the Advantages of using macro
If errno contains a nonzero number, is there an error?
What is c definition?
What are local variables c?
What is the difference between ++a and a++?
Write a program to print all permutations of a given string.
Why c is called top down?
write a program in c language to print your bio-data on the screen by using functions.
How are pointers declared in c?
Why static variable is used in c?
What is pointers in c with example?
Explain Function Pointer?