Which header file is used for clrscr?
Is it possible to pass an entire structure to functions?
List the difference between a While & Do While loops?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Difference between pass by reference and pass by value?
The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.
Difference between constant pointer and pointer to a constant.
What is a program flowchart and explain how does it help in writing a program?
Explain how do you use a pointer to a function?
How many types of errors are there in c language? Explain
Array is an lvalue or not?
What is static identifier?
can anyone please tell about the nested interrupts?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the purpose of scanf() and printf() functions?