What is use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are the storage classes in C?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Explain about block scope in c?
How can I make it pause before closing the program output window?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is structure in c definition?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
write a c program to add two integer numbers without using arithmetic operator +
Write a program in C to convert date displayed in gregorian to julian date
what is c