for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
8 16086Write 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 40401
What are run-time errors?
Explain null pointer.
How can you determine the maximum value that a numeric variable can hold?
What is the difference between malloc calloc and realloc in c?
What are register variables? What are the advantage of using register variables?
why we wont use '&' sing in aceesing the string using scanf
What is the newline escape sequence?
What is a good way to implement complex numbers in c?
Explain how does flowchart help in writing a program?
Why is a semicolon (;) put at the end of every program statement?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
In C language, a variable name cannot contain?
What is malloc calloc and realloc in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is omp_num_threads?