Answer Posted / radha
dennis ritche
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
What is dynamic dispatch in c++?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is malloc and calloc?
What is the difference between fread buffer() and fwrite buffer()?
Write a program for finding factorial of a number.
How many levels of indirection in pointers can you have in a single declaration?
What is difference between structure and union?
What is substring in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Write the Program to reverse a string using pointers.
Why do we use stdio h and conio h?
What is the difference between typedef struct and struct?
Write a program to know whether the input number is an armstrong number.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?