Answer Posted / musa
(dc*b+e-)a/
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is linux written in c?
Suggesting that there can be 62 seconds in a minute?
What is stack in c?
Is c dynamically typed?
How can you determine the maximum value that a numeric variable can hold?
How can I discover how many arguments a function was actually called with?
What are different storage class specifiers in c?
Explain the Difference between the New and Malloc keyword.
Write a program which returns the first non repetitive character in the string?
For what purpose null pointer used?
what is the difference between 123 and 0123 in c?
explain how do you use macro?
How can variables be characterized?
Which node is more powerful and can handle local information processing or graphics processing?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }