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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
 Categories  >>  Code Snippets  >>  Programming Code  >>  C Code       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
How we print the table of 3 using for loop in c programing?  0  14
How we print the table of 2 using for loop in c programing?  0  9
main() { char a[4]="HELL"; printf("%s",a); } Wipro  1  71
char *someFun1() { char temp[ ] = “string"; return temp; } char *someFun2() { char temp[ ] = {‘s’, ‘t’,’r’,’i’,’n’,’g’}; return temp; } int main() { puts(someFun1()); puts(someFun2()); }  1  37
char *someFun() { char *temp = “string constant"; return temp; } int main() { puts(someFun()); }  1  29
Printf can be implemented by using __________ list.  1  34
main() { extern int i; { int i=20; { const volatile unsigned i=30; printf("%d",i); } printf("%d",i); } printf("%d",i); } int i;  0  23
main() { int a=10,*j; void *k; j=k=&a; j++; k++; printf("\n %u %u ",j,k); }  1  26
main() { char a[4]="HELLO"; printf("%s",a); }  1  30
Is this code legal? int *ptr; ptr = (int *) 0x400;  1  23
void main() { char ch; for(ch=0;ch<=127;ch++) printf(“%c %d \n“, ch, ch); }  1  24
void main() { int i=10, j=2; int *ip= &i, *jp = &j; int k = *ip/*jp; printf(“%d”,k); }  1  26
Which version do you prefer of the following two, 1) printf(“%s”,str); // or the more curt one 2) printf(str);  1  24
char inputString[100] = {0}; To get string input from the keyboard which one of the following is better? 1) gets(inputString) 2) fgets(inputString, sizeof(inputString), fp)  1  30
void main() { printf(“sizeof (void *) = %d \n“, sizeof( void *)); printf(“sizeof (int *) = %d \n”, sizeof(int *)); printf(“sizeof (double *) = %d \n”, sizeof(double *)); printf(“sizeof(struct unknown *) = %d \n”, sizeof(struct unknown *)); }  1  37
E-Mail New Answers        Answer Selected Questions        Post New C Code Question
 
 [1]    2  ... 3   ... 5   ... 7   ... 9   ... 11   ... 13   ... 15   ... 17   ... 19   ... 21    Next
 
 
 C Code interview questions   C Code Interview Questions  C++ Code interview questions   C++ Code Interview Questions  VC++ Code interview questions   VC++ Code Interview Questions
 Java Code interview questions   Java Code Interview Questions  Dot Net Code interview questions   Dot Net Code Interview Questions  Visual Basic Code interview questions   Visual Basic Code Interview Questions
 Programming Code AllOther interview questions   Programming Code AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines 304 IBM
Develop a routine to reflect an object about an arbitrarily selected plane 294  
Write a program to model an exploding firecracker in the xy plane using a particle system 377 HCL
create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00 115 Microsoft
find simple interest & compund interest 33  
Write a program to implement the motion of a bouncing ball using a downward gravitational force and a ground-plane friction force. Initially the ball is to be projected in to space with a given velocity vector 497  
How we print the table of 3 using for loop in c programing? 14  
Write a routine to implement the polymarker function 389  
write a program for area of circumference of shapes 23  
main() { int (*functable[2])(char *format, ...) ={printf, scanf}; int i = 100; (*functable[0])("%d", i); (*functable[1])("%d", i); (*functable[1])("%d", i); (*functable[0])("%d", &i); } a. 100, Runtime error. b. 100, Random number, Random number, Random number. c. Compile error d. 100, Random number 2 HCL
How we print the table of 2 using for loop in c programing? 9  
can u give me the c codings for converting a string into the hexa decimal form...... 196  
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ? 424 Honeywell
why nlogn is the lower limit of any sort algorithm? 10  
Design an implement of the inputs functions for event mode 294  
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange 329  
Implement a t9 mobile dictionary. (Give code with explanation ) 494 Yahoo
main() { extern int i; { int i=20; { const volatile unsigned i=30; printf("%d",i); } printf("%d",i); } printf("%d",i); } int i; 23  
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
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