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                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
the format specified for hexa decimal is
   a.%d
   b.%o
   c.%x
   d.%u
 Question Submitted By :: Raji
I also faced this Question!!     Rank Answer Posted By  
 
  Re: the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Answer
# 1
c
 
Is This Answer Correct ?    1 Yes 0 No
Mannucse
[Kiona]
 
  Re: the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Answer
# 2
it is x for hexadecimal
 
Is This Answer Correct ?    0 Yes 0 No
Deepa
 
 
 
  Re: the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Answer
# 3
%x
 
Is This Answer Correct ?    0 Yes 0 No
Mytri
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
How do I declare a pointer to an array?  5
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4 Mascot2
What are Storage Classes in C ? HP6
write a program to insert an element at the specified position in the given array in c language  1
define function Assurgent4
without a terminator how can we print a message in a printf () function. NIIT3
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year TCS3
write a program to find the number of even integers and odd integers in a given array in c language Olive-Tech2
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration HCL7
what is differnence b/w macro & functions  1
Who is invented by c? Infosys12
wats the diference btwen constant pointer and pointer to a constant.pls give examples.  4
Explain the differences between public, protected, private and internal.  1
write a program for even numbers?  6
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h" Accenture12
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value TCS2
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); } ADITI3
to find the program of matrix multiplication using arrays  1
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression TCS1
How can I invoke another program from within a C program?  1
 
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