Explain what is the benefit of using enum to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers in C? Give an example where to illustrate their significance.
Is c object oriented?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
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 hardware model of CFG( context free grammar)
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
Why doesn't C have nested functions?
while initialization of array why we use a[][2] why not a[2][]...?
why we are using float in C
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is #line in c?
What are global variables?