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
tell me the full form of c?
 Question Submitted By :: Mangal
I also faced this Question!!     Rank Answer Posted By  
 
  Re: tell me the full form of c?
Answer
# 1
C is the successor of the language of B... so their is no
any full forms for C... it's just an alphabet
 
Is This Answer Correct ?    16 Yes 1 No
Vignesh1988i
 
  Re: tell me the full form of c?
Answer
# 2
although some says that C's abbreviation is compiler (as if
it is compiler based language) i will agree vth  first answer
 
Is This Answer Correct ?    2 Yes 2 No
V Amsi
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output? Hughes5
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice) Subex1
how to find turn around time in operating system?  1
write a program structure to find average of given number  1
program to find middle element of linklist? Huawei1
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output? Ramco4
what will be the output: main(){char ch;int a=10;printf("%d",ch);} Wipro29
what is real time system?what is the differance between hard and soft real time systems  2
wite a programme in c to linear search a data using flag and without using flags? TCS3
Can we include one C program into another C program if yes how? Infosys4
Why cann't whole array can be passed to function as value.  1
Write a program to generate prime factors of a given integer?  1
how to impliment 2 or more stacks in a single dimensional array ? iFlex1
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50 TCS2
write a code for large nos multilication (upto 200 digits) Persistent1
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }  4
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }  10
how many header file is in C language ?  14
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used. Persistent4
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that? Excel2
 
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