Sponsored Links

Interview Questions



Advertisements Branches & Loops in C Interview Questions
COOLINTERVIEW.COM C INTERVIEW QUESTIONS BRANCHES & LOOPS IN C INTERVIEW QUESTIONS QUESTIONS LISTING

Branches & Loops in C Interview Questions & Answers

Below we have listed all the Branches & Loops in C Interview Questions and answers. Feel free to comment on any Branches & Loops in C Interview Questions or answer by the comment feature available on the page.

To buy an eBook containing 30,000 Interview Questions, with Answers, Click Here.
View All Branches & Loops in C Interview Questions & Answers - Exam Mode / Learning Mode

Branches & Loops in C Interview Questions & Answers

C provides two styles of flow control: Branching and Looping. Branching is deciding what actions to take and looping is deciding how many times to take a certain action. Branching is so called because the program chooses to follow one branch or another. Examples are if statement, ? : Operator, switch statement, break etc. Loops provide a way to repeat commands and control how many times they are repeated. C provides a number of looping way. Examples are while loop, for loop, do...while loop, break and continue statements etc.

1 2 Next

Sort By : Latest First | Oldest First | By Rating

Question
Rating
View Answer
Write a function to swap any two numbers?
0.2 Rating
View Answer
What is the output of the following program:

int main()
{
char buff[]={ 0x11,0x11,0x11,0x11,0x22,0x22,0x22,0x22,0x33,0x33,0x33,0x33};
char* pEnd = buff + sizeof(buff) -1;
long * plong = buff;
short* pshort = buff;

for(; plong<pEnd; plong++)
printf("0x%X
", plong);

for(; pshort<pEnd; pshort++)
printf("0x%X
", pshort);

return 0;
}
0.3 Rating
View Answer
What is the output of the following program:

int main()
{
char buff[]={ 0x11,0x11,0x11,0x11,0x22,0x22,0x22,0x22,0x33,0x33,0x33,0x33};
char* pEnd = buff + sizeof(buff) -1;
long * plong = buff;
short* pshort = buff;

for(; plong<pEnd; plong++)
printf("0x%X
", plong);

for(; pshort<pEnd; pshort++)
printf("0x%X
", pshort);

return 0;
}
0.3 Rating
View Answer
How can we find out prime numbers from 1 to 50?
0.3 Rating
View Answer
write a C program for to aggregate a 8*8 matrix to 4*4 matrix using formula b11=(a11+a12+a21+a22)?
0.2 Rating
View Answer
Write a pro gramme to show bubble sort on a set of 10 numbers?
0.2 Rating
View Answer
Give some explanation for "for" LOOP ON C LANGUAGE?
0.3 Rating
View Answer
/*Are my STATEMENTS in the following program correct
EXCEPT IN CASE 3 THE ARE WRONG SO PLEASE CORRECT IT*/
#include<stdio.h>
#include<conio.h>
#include<alloc.h>

void main()
{
int i=3;
int j;
clrscr();

//case 1:
//when only post increment in the expr then all 'i' get initial value
j = (i + i++);
printf("
POST");
printf("
i=%d j=%d", i ,j);

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


//case2:
//when only pre increment in the expr then all 'i' get final value
i=3;j=0;
j = (++i + i);
printf("
PRE");
printf("
i=%d j=%d", i ,j);


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


//case 3:
/*when both pre and post increment in the expr then
A] i++ will get initial 'i' value and
B] ++i will get last incremented value
C] i in the increment expression takes the last second incremented
value means if final ++i/i++ gives value 5 then simply 'i' will
posses value 4 irrespective of the positon of i in the increment exp*/
printf("
POST AND PRE");
i=3;j=0;
j = ( i++ + i + ++i + ++i +i + i + i++);
printf("
i=%d j=%d", i ,j);

i=3;j=0;
j = (i++ + ++i + i);
printf("
i=%d j=%d", i ,j);
getch();
}
0.2 Rating
View Answer
void main()
{
int x=20,y=35;
x= y++ + x++;
y= ++y + ++x;
printf("
%d %d" , x,y);
}
/* please tell me the value of x and y at each and every moment. i dont need the answer but the explanation of the anamolus behavior of increment expression.*/
0.2 Rating
View Answer
How to print 1 to 100 without using any conditional loop?
0.3 Rating
View Answer
How to decide even and odd values without decision making loops?
0.2 Rating
View Answer
Nesting of loops in C may continue upto how many levels?
0.2 Rating
View Answer
if "condition"
printf("Hello");
else
printf("World")

what should be the condition,
so the output will be HelloWorld.
0.4 Rating
View Answer
C Program to print the following series:
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
0.2 Rating
View Answer
fibbonaci series program

0.3 Rating
View Answer
why n++ executes faster than n+1?


0.3 Rating
View Answer
main()
{
float me = 1.1;
double you = 1.1;
if(me==you)
printf("I love U");
else
printf("I hate U");
}


0.3 Rating
View Answer
x) main()
{
printf("%x",-1<<4);
}


0.3 Rating
View Answer
How to find entered number is EVEN or ODD without using conditional statement(not using if.. else,if.. , else if..,while, do... while...., for....)

0.2 Rating
View Answer
Can include files be nested?
0.3 Rating
View Answer

1 2 Next




User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions