How to use c/c++ code in JAVA
Answer Posted / devendra
NO IDE USE IN C++ PLSE HELP ME
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I get the current date or time of day in a c program?
What is string in c language?
Which is the memory area not included in C program? give the reason
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the 5 data types?
show how link list can be used to repersent the following polynomial i) 5x+2
Why header file is used in c?
What are the types of variables in c?
What is character constants?
Here is a good puzzle: how do you write a program which produces its own source code as output?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
differentiate built-in functions and user – defined functions.
What is the concatenation operator?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a C program in Fibonacci series.