InterviewUp is actively seeking partnerships. Inquire at business@interviewup.com

Question & Additional Information
 
True or false: a continue statement causes an exit from a loop.
Add to My IQ
 

Answer Title
Answer
False : it cause a return to the beginning of the loop
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
A job that allows me to grow in the organization
A job where i can make a positive contribution to the growth of the firm
A job where i am comfortable with my coworkers
A job that pays a decent salary
A job that is so interesting that i am motivated to continue educating myself to be the best that i can be in the field
Create Date
:
Thursday, August 14, 2008
Tags
:
None
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
globalindian
Wednesday, September 03, 2008 9:15 AM
I like living in my home country..so my ideal job
would be something with which i can work in my home country and at the same time flexible to travel around with family.
2.
bbfromdc
Tuesday, September 02, 2008 5:32 PM
A job where i can watch over my husband.:-)
Flag this interview question as inappropriate Inappropriate
See Answer
YES,I WANT TO GET ANOTHER COURSE
Create Date
:
Tuesday, March 18, 2008
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
"I pride myself on my ability to stay on top of what is happening in my industry. I do a lot of reading - the business section of the newspapers and magazines. I belong to a couple of professional organizations and network with colleagues at the meetings. I take classes and seminars whenever they are of interest, or offer new information or technology."
Create Date
:
Monday, July 06, 2009
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Be the first one to answer the question Click here to answer
Create Date
:
Sunday, May 17, 2009
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
you use function ptr when you want to call multiple functions using the ptr in a loop.
like have an array of funtion ptrs, loop through the array and execute the functions.
Create Date
:
Monday, January 21, 2008
Tags
:
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Test s for prime or not?


#include<stdio.h>
void main(void)
{
           int no,rem,cnt;
        Printf("enter No");
        scanf("%d",&no);
        cnt=2;
        while(cnt<=no)
       {

              rem=no % cnt;
              if (rem==0)
              {
              printf("No is not prime");
              exit(0);
              }
              cnt++;
        }
          printf("No is Prime");
}



Create Date
:
Thursday, October 16, 2008
Tags
:
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
 
• More Related Questions: 
Suggestions & Comments




Share Your Interview Questions
Ask Interview Questions
View Unanswered Questions

















Advertise on this site