how many keywords are present in "c"?
Answer Posted / priya
32 keywords...
| Is This Answer Correct ? | 133 Yes | 19 No |
Post New Answer View All Answers
What is test execution and when will we start execution please send me one example for this question
what are other resources are needed for this mantis?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
define profiler???
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
any drawback are there in mantis?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
Give examples of macro quoting function?
what is an INI file?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
what is best way to create a Thread class & why?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
Write a program to find duplicate number from array in minimum time complexity.