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   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click 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
2.main
{
int x,j,k;
j=k=6;x=2;                           
x=j*k;
printf("%d", x);
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Answer
# 1
x=1
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: 2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Answer
# 2
36
 
Is This Answer Correct ?    3 Yes 0 No
Manoj Kumar
 
 
 
  Re: 2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Answer
# 3
36
 
Is This Answer Correct ?    0 Yes 0 No
Kadamab
[HSBC]
 
  Re: 2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Answer
# 4
x=2
 
Is This Answer Correct ?    1 Yes 0 No
E.manjuladevi
 
  Re: 2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Answer
# 5
36
 
Is This Answer Correct ?    0 Yes 0 No
Kumaran
 
  Re: 2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Answer
# 6
x will be 36....
 
Is This Answer Correct ?    0 Yes 0 No
Vignesh1988i
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..  3
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?  4
Give me basis knowledge of c , c++...  4
write a own function for strstr LG-Soft1
what is the difference between <stdio.h> and "stdio.h" Kanbay5
implement general tree using link list Wipro1
without a terminator how can we print a message in a printf () function. NIIT3
what is array? HCL6
HOW TO HANDLE EXCEPTIONS IN C  4
What are the preprocessors? HP3
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?  2
write a function to find whether a string is palindrome or not and how many palindrome this string contain?  1
i want to know aptitude questions,technical questions  1
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?  3
hat is a pointer? Assurgent3
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning Accenture4
what is the use of pointers  4
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
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4? NDS1
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason  1
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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