Answer Posted / babu
In Linux $cc <filename.c>
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why main is not a keyword in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is function prototype in c language?
What is the use of ?: Operator?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the c value paradox and how is it explained?
Is file a keyword in c?
what is reason of your company position's in india no. 1.
What are the salient features of c languages?
What is the difference between void main and main 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.
How are structure passing and returning implemented?
What is main return c?
What are the different types of constants?