what is the difference between entry control and exit
control statement?
Answer Posted / manirathnam
super .....i like this type of websites
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Explain do array subscripts always start with zero?
What is the purpose of 'register' keyword?
What is the use of pragma in embedded c?
What type of function is main ()?
What are structures and unions? State differencves between them.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are the different types of constants?
Explain how can you tell whether a program was compiled using c versus c++?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
formula to convert 2500mmh2o into m3/hr
Why is c called c?
What is difference between structure and union in c programming?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?