What is && in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
char *p="name"; printf(p);
How can I rethow can I return a sequence of random numbers which dont repeat at all?
formula to convert 2500mmh2o into m3/hr
How can we open a file in Binary mode and Text mode?what is the difference?
What are lookup tables in c?
hi any body pls give me company name interview conduct "c" language only
Explain output of printf("Hello World"-'A'+'B'); ?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
c programming of binary addition of two binary numbers