for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
8 15812Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
18 39785
What is function in c with example?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Difference between exit() and _exit() function?
What is header file definition?
What are logical errors and how does it differ from syntax errors?
What is the purpose of & in scanf?
What will the preprocessor do for a program?
What is strcmp in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
string reverse using recursion
What are Macros? What are its advantages and disadvantages?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How can you convert integers to binary or hexadecimal?
What does the function toupper() do?
What are the advantages and disadvantages of pointers?