Draw a diagram showing how the operating system relates to
users, application programs, and the computer hardware ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the properties of union. What is the size of a union variable
what is level of tree if leaf node is at level 4.please explain.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
What is the use of function overloading in C?
write a c program in such a way that if we enter the today date the output should be next day's date.
can we print any string in c language without using semicolon(;)(terminator) in whole program.
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
when to use : in c program?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
what is the difference between embedded c and turbo c ?
What is data structure in c programming?