Answer Posted / mytri
hello11QUARK test?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the functions to open and close the file in c language?
Does c have enums?
What is a method in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is operator promotion?
What is the full form of getch?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How to write a multi-statement macro?
Is it cc or c in a letter?
Can you explain the four storage classes in C?
What are the 4 types of organizational structures?
What is the correct code to have following output in c using nested for loop?
What is a char c?
Can a function argument have default value?
What does %c do in c?