Answer Posted / hr@tgksolutions.com
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are the expressions * ptr ++ and ++ * ptr same?
How are Structure passing and returning implemented by the complier?
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 advantage of an array over individual variables?
What is a c token and types of c tokens?
What are the rules for identifiers in c?
How can I sort a linked list?
What are header files and what are its uses in C programming?
What is a macro in c preprocessor?
Are pointers integers in c?
I need testPalindrome and removeSpace
#include
When a c file is executed there are many files that are automatically opened what are they files?
What is meant by gets in c?
Difference between MAC vs. IP Addressing
What is meant by inheritance?