What is your nationality?



What is your nationality?..

Answer / renuga.m

Indian

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Code Interview Questions

Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal.

6 Answers   Fusion Systems GmbH,


#define SQR(x) x * x main() { printf("%d", 225/SQR(15)); } a. 1 b. 225 c. 15 d. none of the above

3 Answers   HCL,


program to find the roots of a quadratic equation

14 Answers   College School Exams Tests, Engineering, HP, IIIT, Infosys, Rajiv Gandhi University of Knowledge Technologies RGUKT, SSC,


Write a program that reads a dynamic array of 40 integers and displays only even integers

2 Answers  


Printf can be implemented by using __________ list.

3 Answers  






#include<stdio.h> void fun(int); int main() { int a; a=3; fun(a); printf("\n"); return 0; } void fun(int i) { if(n>0) { fun(--n); printf("%d",n); fun(--n); } } the answer is 0 1 2 0..someone explain how the code is executed..?

1 Answers   Wipro,


What is the problem with the following code segment? while ((fgets(receiving array,50,file_ptr)) != EOF) ;

1 Answers  


plz send me all data structure related programs

2 Answers  


Design an implement of the inputs functions for event mode

0 Answers   Wipro,


Print an integer using only putchar. Try doing it without using extra storage.

2 Answers  


why array index always strats wuth zero?

2 Answers  


prog. to produce 1 2 3 4 5 6 7 8 9 10

4 Answers   TCS,


Categories