Answer Posted / dileep kumar
C is named bcz it id based on compiler.and descover after ADA , BASIC ,COBOL
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how to find binary of number?
Why do we use main function?
What is the use of sizeof?
What are global variables and explain how do you declare them?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is a good way to implement complex numbers in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain how can I right-justify a string?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Is sizeof a keyword in c?
How can you pass an array to a function by value?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
#include
How can you be sure that a program follows the ANSI C standard?
Explain what is the best way to comment out a section of code that contains comments?