Post New Answer View All Answers
What is the difference between #include and #include 'file' ?
What is getche() function?
What is an auto variable in c?
The difference between printf and fprintf is ?
What is a pointer variable in c language?
What does the && operator do in a program code?
what is stack , heap ,code segment,and data segment
Write a program of advanced Fibonacci series.
What is the purpose of void in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What Is The Difference Between Null And Void Pointer?
What is external variable in c?
What is the use of bit field?
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
Write a program which returns the first non repetitive character in the string?