Answer Posted / suraj
Computer is such electronic hardware device which use to run various applications and also for calculations related with mathematical and logical.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are qualifiers in c?
Explain a file operation in C with an example.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Where define directive used?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How can I avoid the abort, retry, fail messages?
Write a program to reverse a given number in c?
What are file streams?
What are the two types of functions in c?
How do we make a global variable accessible across files? Explain the extern keyword?
What are valid signatures for the Main function?
How many levels deep can include files be nested?
What does the c preprocessor do?
What is switch in c?
Can you please explain the scope of static variables?