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
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.
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..??
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.
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
How to call dll API sub routine in VB Form.
what is diff bet ref variable & instance of class
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
What's the difference b/w Table & Templete in Smartform?
Find out the list of roles which gives access to GUI activities? thanks in advance
Explain with examples any 2 features of OOPS.
how will you code the subfile which is in editing mode (multiple case subfile)?
Difference between debugging, running, executing of an application
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?