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


Please Help Members By Posting Answers For Below Questions

Why c is procedure oriented?

564


What is LINKED LIST? How can you access the last element in a linked list?

629


What is the use of getchar() function?

622


Is c easier than java?

564


Write a program to swap two numbers without using third variable?

812






You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1772


Is c weakly typed?

569


What is spark map function?

578


How do you construct an increment statement or decrement statement in C?

735


What is the difference between struct and union in C?

566


Does sprintf put null character?

593


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

711


Difference between strcpy() and memcpy() function?

671


What are structural members?

564


What does the error 'Null Pointer Assignment' mean and what causes this error?

733