Unique Info

Unique Info As it's name indicates it contains the innovative information about computer technology. Now we are sharing some information that may be very useful for us.

Thanks for your interest in Computer Programming. In this page, you will find a list of interesting programming questions/puzzles, These programs listed are the ones which I have received as e-mail forwards from my friends, a few I read in some books, a few from the internet, and a few from my coding experiences in programming .

09/07/2015

What will be output of following c code?


int main(){
int i=2,j=2;
while(i+1?--i:j++)
printf("%d",i);
return 0;
}

09/07/2015

How would you round off a value from 1.66 to 2.0?

A. ceil(1.66) B. floor(1.66)
C. roundup(1.66) D. roundto(1.66)

09/07/2015

Predict the output or error(s) for the following:
void main()
{
int const * p=5;
printf("%d",++(*p));
}

10/01/2014

Point out the error in the following program (if it is compiled with Turbo C compiler).


int main()
{
display();
return 0;
}
void display()
{
printf("IndiaBIX.com");
}

10/01/2014

What will be the output of the program?


int main()
{
float a=0.7;
if(a < 0.7)
printf("C\n");
else
printf("C++\n");
return 0;
}

10/01/2014

who is the founder of facebook ?

11/01/2013

How many student know java.

19/09/2012

why array always starts with zero index?.

19/09/2012

what is the concept of stringpool in java ? Explain it guys..

19/09/2012

what is the concept of stringpool in java ?

14/08/2012

what is the difference b/w static linking and dynamic linking ? plz explain it guys.

15/07/2012

now a day america cyber agency has been blocked a virus named DNS . is there anybody who will explain the working of this virus ?
Kumar@

Address

Meerut City
250001

Alerts

Be the first to know and let us send you an email when Unique Info posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Unique Info:

Share