Answer Posted / suresh
press ctrl+f9
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is a protocol in c?
What is the role of this pointer?
Difference between Shallow copy and Deep copy?
Can we access the array using a pointer in c language?
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 ?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is keyword with example?
What is #include cctype?
write a program fibonacci series and palindrome program in c
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What are the difference between a free-standing and a hosted environment?
What is LINKED LIST? How can you access the last element in a linked list?
Process by which one bit pattern in to another by bit wise operation is?
What are register variables in c?
write a program in c language to print your bio-data on the screen by using functions.