Answer Posted / saranya
initialize during the runtime of the program execution.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In a switch statement, explain what will happen if a break statement is omitted?
What is memory leak in c?
Why main is used in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is include directive in c?
Which driver is a pure java driver
How to establish connection with oracle database software from c language?
Does free set pointer to null?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
in linking some of os executables are linking name some of them
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
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
Why is c called a structured programming language?
What is sizeof return in c?
Explain threaded binary trees?