what are the different storage classes in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you define a function?
Can you think of a way when a program crashed before reaching main? If yes how?
write a own function for strstr
What is malloc() function?
Why c is called a mid level programming language?
How can I split up a string into whitespace-separated fields?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
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.
What does *p++ do?
What is a floating point in c?
How can you allocate arrays or structures bigger than 64K?
What is a program flowchart?