How can I make it pause before closing the program output window?
No Answer is Posted For this Question
Be the First to Post Answer
What are variables and it what way is it different from constants?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain bit masking in c?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
Why flag is used in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Write a pro-gramme to determine whether the number is even or odd?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
How do I swap bytes?
what are advantages of U D F?
What does the c in ctime mean?
Q. where is the below variables stored ? - volatile, static, register