How to declare pointer variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototype in c with example?
without a terminator how can we print a message in a printf () function.
c language interview questions & answer
What was noalias and what ever happened to it?
Explain what are binary trees?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is #include stdio h and #include conio h?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
Example of friendly function in c++
why should i select you?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.