Answer Posted / pritam
n-- 1st
o-- 2nd
t-- 3 rd
Series is repeated again.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How can you convert integers to binary or hexadecimal?
What is the use of a static variable in c?
What is the meaning of typedef struct in c?
What is context in c?
How can I delete a file?
Is there any possibility to create customized header file with c programming language?
Explain a file operation in C with an example.
Is main a keyword in c?
Write a code to generate a series where the next element is the sum of last k terms.
What is meant by int main ()?
How do I read the arrow keys? What about function keys?
What is scope rule of function in c?
How can I manipulate strings of multibyte characters?
Explain what is output redirection?
Why #include is used in c language?