What are register variables? What are the advantage of using register variables?
No Answer is Posted For this Question
Be the First to Post Answer
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
what is c
what is c
how memory store byte
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is the purpose of void pointer?
What is the use of #define preprocessor in c?
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..
how to write palindrome program?
Write a program in c using only loops to print * * * * * *******
a simple c program using 'for' loop to display the output 5 4 3 2 1
Explain what is the benefit of using #define to declare a constant?