What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
1 4401what 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 5622write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
TCS,
1 3970
write a programming in c to find the sum of all elements in an array through function.
What is I ++ in c programming?
What is data types?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is typeof in c?
Write a program to reverse a string.
What is operator promotion?
What is difference between array and structure in c?
What would be an example of a structure analogous to structure c?
Tell me is null always defined as 0(zero)?
What does %c do in c?
How can I read/write structures from/to data files?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain how can I manipulate strings of multibyte characters?
What are the two types of structure?