What is data structure in c and its types?
No Answer is Posted For this Question
Be the First to Post Answer
print the table 5 in loops
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Can you please explain the difference between exit() and _exit() function?
What is a stream water?
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 the difference between strcpy() and memcpy() function in c programming?
What is ambagious result in C? explain with an example.
how should functions be apportioned among source files?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
write a program to find lcm and hcf of two numbers??
Explain what are the different data types in c?