Answer Posted / samsher
Because It is perfect begining for my carrier
nw 'm frsher if i join in syntel ill lean lots of new
things it s gud xprience fr my future
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Differentiate between new and malloc(), delete and free() ?
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
What is the use of static variable in c?
What do you understand by friend-functions? How are they used?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How do you print an address?
What is the use of parallelize in spark?
Write a program to find factorial of a number using recursive function.
What are loops c?
Describe the order of precedence with regards to operators in C.
Why should I use standard library functions instead of writing my own?
Which function in C can be used to append a string to another string?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are static variables in c?