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
What are the different types of linkage exist in c?
How does placing some code lines between the comment symbol help in debugging the code?
What are header files? What are their uses?
Which are low level languages?
Differentiate between #include<...> and #include '...'
Explain how can you tell whether two strings are the same?
What is the difference between exit() and _exit() function in c?
Explain a pre-processor and its advantages.
What are the different types of endless loops?
Why pointers are used?
What is "Duff's Device"?
Why we not create function inside function.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the value of uninitialized variable in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34