How do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
Why does the call char scanf work?
How does #define work?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What is use of bit field?
Why c is called free form language?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
How the C program can be compiled?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
main() { int a[10]; printf("%d",*a+1-*a+3); }
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
write a program to print calender using for loop.
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }