how to find the sizof of any datatype using bit manipulations
Answer Posted / niranjan kumar niraj
int sizeOf();
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain what is gets() function?
Array is an lvalue or not?
List some applications of c programming language?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How are portions of a program disabled in demo versions?
What is the difference between struct and typedef struct in c?
What is malloc and calloc?
How can I call a function with an argument list built up at run time?
Why do we need a structure?
What is the difference between void main and main 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
What is graph in c?
How is a macro different from a function?
what are the facialities provided by you after the selection of the student.
How to declare pointer variables?