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
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Is c pass by value or reference?
What are the loops in c?
What is declaration and definition in c?
What are the different types of errors?
Between macros and functions,which is better to use and why?
What is wrong with this code?
Why double pointer is used in c?
What the different types of arrays in c?
What are the different file extensions involved when programming in C?
Can a variable be both static and volatile in c?
What is call by value in c?
Write a program to identify if a given binary tree is balanced or not.
What are multidimensional arrays?
what is event driven software and what is procedural driven software?