in Education by
Answer the following questions: 1. What is data type? Give an example. 2. What is the difference between 19/6 & 19/60. 3. Give the difference between ++a, a++ & a+ =1. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: 1.In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. … This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored. 2.if we divide this two numbers we get 3.167and 0.3167 the decimal place in first division is 3.1 67 as here in second it is shifted towards the left and become 0.136 7 C is basic for the coding.Let us Start with C and the basic difference between a++ and ++a in coding is given below: First use the value of a than increased by 1 is the meaning of a++ in coding. First increase the value of a than used in expression is the meaning of ++a in coding. For Example: Example #include #include void main() { int x,a,b,c; a = 2; b = 4; c = 5; x = a– + b++ – ++c; printf(“x: %d”,x); getch(); } Output x: 0

Related questions

0 votes
    What are the 5 functions or features of headphones?? plzz answer me and give me atleast 5 to 6 not only 1 ... waiting for your answer Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    (Answer all the Questions) 1. Data Communication is used to 2. Data communication is possible with and 3. ... today's enterprise? Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Note: Answer the following questions on the question paper. (05) Q.1 (a)Fill in the blanks, To exit from ... name of memory location Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Q. 3 Answer the given questions (4 x 2 = 8 marks) Find the output for the following. a) x=4 y=x-1 x=2 print(x, y) Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Very Short Answer Type Questions:- which type of connections provide 24-hour connection? Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Long answer questions: 1. Explain any three settings of your system that you can your system that you can change using Settings option. Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    2 6 10 14 18 22 26 30 34 42 46 50 54 58 या च्या तुन तीन संख्या घेऊन उत्तर 60 आले पाहिजेत Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    what is mutable and immutable data type give two example of each Select the correct answer from above options...
asked Dec 2, 2021 in Education by JackTerrance
0 votes
    Give 2 points of difference between a script-bot and a smart-bot Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Give at least two to three differences between rint() and round() in Java… Please give the answer in points.. Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    Answer the following questions. (a) What is a graphic tablet? (b) Name the two types of printers. Give an ... of a computer system? Select the correct answer from above options...
asked Dec 16, 2021 in Education by JackTerrance
...