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   SiteMap shows list of All Categories in this site.
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
in C-programming language without using printf statement 
can we get output r not ? if yes how and if no also how ? 
 Question Submitted By :: Durga123
I also faced this Question!!     Rank Answer Posted By  
 
  Re: in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Answer
# 1
Yes.
We can get output using puts() for printing a string or 
putchar() for printing single character.
So printf() is not necessary here for printing.
 
Is This Answer Correct ?    11 Yes 6 No
Balakrushna (bk)
 
  Re: in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Answer
# 2
ya wit out using printf we can print.... using putchar,puts 
functions etc.........
 
Is This Answer Correct ?    9 Yes 7 No
Vignesh1988i
 
 
 
  Re: in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Answer
# 3
well, dats fine !!
But can ne1 tell me, is it possible to print sumthing widout
using any LIBRARY FUNCTION ??
 
Is This Answer Correct ?    6 Yes 4 No
Pratap
 
  Re: in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Answer
# 4
it is possible . with using if condition and library 
function
 
Is This Answer Correct ?    3 Yes 2 No
Murali
 
  Re: in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Answer
# 5
yes u can use PRINTK , which doesn't need  c library also.
But this answer is specific to linux.
 
Is This Answer Correct ?    0 Yes 2 No
Chandrasekhar Kar
 
  Re: in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Answer
# 6
my qyestion is without using library function how can print?
 
Is This Answer Correct ?    1 Yes 1 No
Murali
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
1,1,5,17,61,217,?,?.  3
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); } ADITI2
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............  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
which one is highest Priority in c? a)=,b)+,c)++,d)==  3
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); } ME3
1 232 34543 4567654 can anyone tell me how to slove this c question  3
how memory store byte Huawei3
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................  7
explain about storage of union elements. Bosch2
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised  2
how to print "hai" in c?  10
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3  3
Software Interview Questions CAT1
how to do in place reversal of a linked list(singly or doubly)?  2
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--); RMSI16
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?  1
what is array?  6
what is the use of #pragma pack, wer it is used? Wipro1
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words ) Persistent1
 
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