What is clrscr in c?
No Answer is Posted For this Question
Be the First to Post Answer
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
What will the preprocessor do for a program?
What is static memory allocation?
no consistent academics. how to answer the question
Why is sprintf unsafe?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is a macro, and explain how do you use it?
the operator for exponencation is a.** b.^ c.% d.not available
program to print circle structure
write a program in c to print **** * * * * ****