Do variables need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
Explain pointer. What are function pointers in C?
Write a program to swap two numbers without using third variable?
What is the c language function prototype?
how to find the binary of a number?
Can we write a program without main() function?
Using which language Test cases are added in .ptu file of RTRT unit testing???
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is variable declaration and definition in c?
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
difference between memcpy and strcpy
Explain Doubly Linked Lists?
What is nested structure in c?