Answer Posted / nayanprakash
After finishing a line we r using semicoln(;) at last to
terminate the sentencs.But remember semicolon is not using
in condition statement.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the application of c?
What is sizeof array?
What is else if ladder?
Explain what are reserved words?
Why dont c comments nest?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the functions to open and close the file in c language?
write a program fibonacci series and palindrome program in c
How can I access an I o board directly?
How can I run c program?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
Explain the red-black trees?
What is enumerated data type in c?
Which programming language is best for getting job 2020?