Are comments included during the compilation stage and placed in the EXE file as well?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find out how much free space is available on disk?
What is ponter?
What is the difference between strcpy() and memcpy() function in c programming?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
What is the equivalent code of the following statement in WHILE LOOP format?
hi any body pls give me company name interview conduct "c" language only
Explain how can I make sure that my program is the only one accessing a file?
What is fflush() function?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
what is the syallabus of computer science students in group- 1?