Explain what is dynamic data structure?
Why should I prototype a function?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What are the types of functions in c?
How to write a multi-statement macro?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Is there a built-in function in C that can be used for sorting data?
What is the difference between the local variable and global variable in c?
How can you tell whether a program was compiled using c versus c++?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
can we execute the program with the object file
Give me the code of in-order recursive and non-recursive.
write a program to concatenation the string using switch case?