2.Different data types in C? and its value and range?

Answer Posted / panchal jigar

primary data type
user defined data type
derived data type
1 int,float,char,void
2 pointer array
3 enum struct union

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.

1336


I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??

1744


A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.

1885


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

1425


Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

1598






could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?

1382


How to call dll API sub routine in VB Form.

2001


what is diff bet ref variable & instance of class

1639


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

1624


What's the difference b/w Table & Templete in Smartform?

1733


Find out the list of roles which gives access to GUI activities? thanks in advance

1833


Explain with examples any 2 features of OOPS.

750


how will you code the subfile which is in editing mode (multiple case subfile)?

1696


Difference between debugging, running, executing of an application

3587


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1614