c language supports bitwise operations, why
a) 'c' language is system oriented
b) 'c' language is problem oriented
c) 'c' language is middle level language
d) all the above
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain the difference between exit() and _exit() function?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What are the advantages of Macro over function?
HOW TO SWAP TWO NOS IN ONE STEP?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
What is the purpose of Scanf Print, getchar, putchar, function?
Write a program to check whether a number is prime or not using c?
What are pointers?
1 Answers Accenture, Tavant Technologies, Zensar,
what is object oriental programing?
What are the c keywords?
What is C++