Answer Posted / renisha
c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the use of putchar function?
What is declaration and definition in c?
What does the && operator do in a program code?
How do I read the arrow keys? What about function keys?
What is an endless loop?
Can you please explain the difference between syntax vs logical error?
What are the 4 types of functions?
Describe how arrays can be passed to a user defined function
What is queue in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
How will you divide two numbers in a MACRO?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the benefit of using #define to declare a constant?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if