Answer Posted / taz
2 3 5 is prime number & 4 after 2, 6 after 3...is two times
of previous number.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why main is used in c?
What is difference between union and structure in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is a ternary operator in c?
What does c mean before a date?
how to count no of words,characters,lines in a paragraph.
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
what is the function of pragma directive in c?
Can a pointer be volatile in c?
How do you view the path?
What is auto keyword in c?
What are multibyte characters?
Do you have any idea about the use of "auto" keyword?
How can I call a function with an argument list built up at run time?
What is a #include preprocessor?