Tell us bitwise shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
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
Explain how do you search data in a data file using random access method?
whether itis a structured language?
difference between loading and linking
Write a function in c to find the area of a triangle whose length of three sides is given.
What is exit() function?
What is Lazy evaluation in C? Give an example.
Why c is procedure oriented?
Why cant I open a file by its explicit path?
Mention four important string handling functions in c languages .
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?