Answer Posted / anitha
For hexa decimal numbers
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Are c and c++ the same?
What is string function in c?
Why is not a pointer null after calling free?
Who is the founder of c language?
What is action and transformation in spark?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How can I call fortran?
explain what is an endless loop?
How to explain the final year project as a fresher please answer with sample project
Define macros.
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Difference between pass by reference and pass by value?
Is it better to use a macro or a function?