who did come first hen or agg

Answer Posted / unknown

can you give me that sciencetific reason SRIDHAR plzzzzzzzzz

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the best website to learn c programming?

571


Who invented b language?

905


Why & is used in scanf in c?

612


What are terms in math?

577


How can I remove the trailing spaces from a string?

604






Explain what are preprocessor directives?

619


Add Two Numbers Without Using the Addition Operator

349


What is pointers in c?

640


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?

1506


Define circular linked list.

562


How do you declare a variable that will hold string values?

659


If the size of int data type is two bytes, what is the range of signed int data type?

581


What are the parts of c program?

625


How is a structure member accessed?

577


What are bitwise shift operators in c programming?

637