Is the C language is the portable language...If yes...Then
Why...and if not then what is problem so it is not a
Portable language..???
Answer Posted / suresh
ya,c is a portable language coz it needs compiler to
compile the program at different platforms.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Write programs for String Reversal & Palindrome check
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 are the functions to open and close file in c language?
What is New modifiers?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is quick sort in c?
What are header files in c?
How can I write a function that takes a format string and a variable number of arguments?
How do I determine whether a character is numeric, alphabetic, and so on?
Calculate 1*2*3*____*n using recursive function??
Explain heap and queue.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are the different types of data structures in c?
I have seen function declarations that look like this
What are variables c?