who did come first hen or agg

Answer Posted / rahul valeja

ITS ZYGOTE THAT CAME FIRST YOU FOOLS...!

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between fread and fwrite function?

629


Why do we need functions in c?

543


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3329


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

599


What is c preprocessor mean?

775






Write program to remove duplicate in an array?

593


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


What are the rules for identifiers in c?

579


How can I remove the leading spaces from a string?

623


Is main an identifier in c?

591


Explain what does it mean when a pointer is used in an if statement?

611


Why functions are used in c?

578


What is the purpose of scanf() and printf() functions?

709


What is pre-emptive data structure and explain it with example?

3203


How can I recover the file name given an open stream or file descriptor?

588