What are the different types of constants?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof array?
what is mallloc()?how it works?
Explain the difference between exit() and _exit() function?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
What is memmove?
no consistent academics. how to answer the question
What would be an example of a structure analogous to structure c?
What is a macro, and explain how do you use it?
How do I convert a string to all upper or lower case?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is C language ?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.