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  >>  Code Snippets  >>  Programming Code  >>  C Code       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
How to count a sum, when the numbers are read from stdin and stored into a structure?  0  20
How we print the table of 3 using for loop in c programing?  3  115
How we print the table of 2 using for loop in c programing?  0  30
main() { char a[4]="HELL"; printf("%s",a); } Wipro  1  132
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  61
char *someFun() { char *temp = “string constant"; return temp; } int main() { puts(someFun()); }  1  54
Printf can be implemented by using __________ list.  1  70
main() { extern int i; { int i=20; { const volatile unsigned i=30; printf("%d",i); } printf("%d",i); } printf("%d",i); } int i;  0  44
main() { int a=10,*j; void *k; j=k=&a; j++; k++; printf("\n %u %u ",j,k); }  1  43
main() { char a[4]="HELLO"; printf("%s",a); }  1  50
Is this code legal? int *ptr; ptr = (int *) 0x400;  1  46
void main() { char ch; for(ch=0;ch<=127;ch++) printf(“%c %d \n“, ch, ch); }  1  47
void main() { int i=10, j=2; int *ip= &i, *jp = &j; int k = *ip/*jp; printf(“%d”,k); }  1  46
Which version do you prefer of the following two, 1) printf(“%s”,str); // or the more curt one 2) printf(str);  1  46
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  65
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
 
main() { extern int i; { int i=20; { const volatile unsigned i=30; printf("%d",i); } printf("%d",i); } printf("%d",i); } int i; 44  
find simple interest & compund interest 38  
How to count a sum, when the numbers are read from stdin and stored into a structure? 20  
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 5 HCL
can u give me the c codings for converting a string into the hexa decimal form...... 200  
why nlogn is the lower limit of any sort algorithm? 19  
How we print the table of 2 using for loop in c programing? 30  
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ? 433 Honeywell
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 119 Microsoft
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange 336  
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 507  
Write a routine to implement the polymarker function 403  
Implement a t9 mobile dictionary. (Give code with explanation ) 509 Yahoo
Design an implement of the inputs functions for event mode 299  
Write a program to model an exploding firecracker in the xy plane using a particle system 389 HCL
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines 318 IBM
Develop a routine to reflect an object about an arbitrarily selected plane 301  
write a program for area of circumference of shapes 27  
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