What is getch() function?
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
What is difference between array and pointer in c?
Explain what are the advantages and disadvantages of a heap?
How can you access memory located at a certain address?
Difference between macros and inline functions? Can a function be forced as inline?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain what are multibyte characters?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is calloc()?
What is header file definition?
Describe the difference between = and == symbols in c programming?
What is FIFO?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain Basic concepts of C language?