please give code for this 1 2 4 7 11 16
Answer Posted / guest
1 10 100 111 1011 1111
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What does int main () mean?
what will be the output for the following main() { printf("hi" "hello"); }
What are the valid places to have keyword “break”?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Is c procedural or functional?
What is extern keyword in c?
Explain what are multibyte characters?
What is operator promotion?
Give the rules for variable declaration?
What is the difference between union and anonymous union?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What does the format %10.2 mean when included in a printf statement?
What is wrong with this program statement? void = 10;
write a program in c language to print your bio-data on the screen by using functions.
Ow can I insert or delete a line (or record) in the middle of a file?