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
How many types of operators are there in c?
What do the functions atoi(), itoa() and gcvt() do?
Explain what are the __date__ and __time__ preprocessor commands?
What is an auto keyword in c?
I need testPalindrome and removeSpace
#include
Why n++ execute faster than n+1 ?
How to declare pointer variables?
What is nested structure?
What are compound statements?
What do you mean by dynamic memory allocation in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
Is c high or low level?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
c language interview questions & answer
Is c compiled or interpreted?