What are the similarities between c and c++?
No Answer is Posted For this Question
Be the First to Post Answer
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
how to print 212 as Twohundreds twelve plz provide me ans soon
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain continue keyword in c
what is bit rate & baud rate? plz give wave forms
How can you return multiple values from a function?
What are integer variable, floating-point variable and character variable?
Explain the bubble sort algorithm.
how many error occurs in C language ?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
what r the cpu registers r ther?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }