What are enumerated types?
No Answer is Posted For this Question
Be the First to Post Answer
What is a newline escape sequence?
What is difference between class and structure?
write a program in c language to print your bio-data on the screen by using functions.
what is available in C language but not in C++?
10 Answers CTS, TCS,
What is #ifdef ? What is its application?
What is the auto keyword good for?
Define macros.
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
is it possible to change the default calling convention in c ?