What are different storage class specifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
Program to find the absolute value of given integer using Conditional Operators
what is a void pointer?
how many key words availabel in c a) 28 b) 31 c) 32
Why c is called procedure oriented language?
what is meant by flushll() in c programming?
Dear Sir, we are required the bubble sorting programs Regs Prem
Explain the difference between call by value and call by reference in c language?
When should a far pointer be used?
Why is a semicolon (;) put at the end of every program statement?
What is the g value paradox?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output