Answer Posted / mintu
dennis richite
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Tell me about low level programming languages.
How can you call a function, given its name as a string?
why programs in c are running with out #include
Can we declare function inside main?
Which function in C can be used to append a string to another string?
Can we add pointers together?
How many keywords (reserve words) are in c?
Explain what is the benefit of using const for declaring constants?
Explain what is the difference between the expression '++a' and 'a++'?
Can a pointer be null?
Differentiate Source Codes from Object Codes
Do string constants represent numerical values?
What is a header file?
What is the purpose of the preprocessor directive error?