What is the use of clrscr?
No Answer is Posted For this Question
Be the First to Post Answer
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
Explain the difference between exit() and _exit() function?
Who is the founder of c language?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
difference between object file and executable file
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is the purpose of macro in C language?
what is the diference between pointer to the function and function to the pointer?
Explain what is the benefit of using const for declaring constants?