largest Of three Number using without if condition?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Explain heap and queue.
Explain modulus operator. What are the restrictions of a modulus operator?
What is a pointer and how it is initialized?
What is the difference between constant pointer and constant variable?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Is c procedural or functional?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
How can you restore a redirected standard stream?
What are different types of pointers?
What is character set?
what is bit rate & baud rate? plz give wave forms
What are valid operations on pointers?