Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

Write a program that can show the multiplication table.

Student,

1907

Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

2052

Write a program that an operator and two operands read from input operand operator on the implementation and results display.

1834

A program to allow an input operand and operator from the operator and read on the display and output operand.

1925

int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 3369

Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

XYZ,

2145

int i=~0; uint j=(uint)i; j++; printf(ā€œ%dā€,j);

1 4225

what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

Wipro,

5 6669

print the table 5 in loops

3 3995

how to print 212 as Twohundreds twelve plz provide me ans soon

1 4571

int i=0,j; j=++i + ++i ++i; printf(" %d",j);

ME,

2 4025

#include #include void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 4237

#include int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 4871

int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 3215

#include void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

SRG,

3 5033


Post New C Questions

Un-Answered Questions { C }

An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1175


What is modeling?

1007


Explain how are portions of a program disabled in demo versions?

1092


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

1035


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3472


What are header files in c programming?

1093


What is operator precedence?

1163


What is LINKED LIST? How can you access the last element in a linked list?

1038


plz let me know how to become a telecom protocol tester. thank you.

2161


What is the scope of global variable in c?

966


How many bytes are occupied by near, far and huge pointers (dos)?

1131


How can this be legal c?

1059


How to write a multi-statement macro?

1007


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2733


What are operators in c?

984