ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
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..???
 Question Submitted By :: Chitransh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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
# 1
C as a language is portable across any platforms, as it 
needs a compiler to compile in different platforms.

The drawback of compiled 'C' code is "Architecture 
Dependent" and hence the code compiled in 32 bit 
architecture cannot be used for 64 bit.
 
Is This Answer Correct ?    1 Yes 0 No
Abdur Rab
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
what is the diference between pointer to the function and function to the pointer?  1
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n"); TCS6
IS STRUCTURES CAN BE USED WITHIN AN ARRAY? Caritor7
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.  2
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv Accenture3
what is the benefit of c30  1
Program to write some contents into a file using file operations with proper error messages.  1
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.  3
wap in c to accept a number display the total count of digit  4
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? } NDS12
why you will give me a job in TCS. TCS5
what is a headerfile?and what will be a program without it explain nan example? Assurgent2
i want to know aptitude questions,technical questions  1
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x); HCL6
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END  3
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?  2
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?  3
how many times of error occur in C  7
How the processor registers can be used in C ? HP4
Write a program for deleting duplicate elements in an array Subex1
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com