What is the benefit of using const for declaring constants?
No Answer is Posted For this Question
Be the First to Post Answer
wap to print "hello world" without using the main function.
How do I round numbers?
Differentiate between functions getch() and getche().
what is the difference between structural,object based,object orientd programming languages?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Write a c program to demonstrate Type casting in c?
Find the highest of three numbers and print them using ascending orders?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Why is c used in embedded systems?
How can I get back to the interactive keyboard if stdin is redirected?
Explain what are multibyte characters?
Explain the difference between null pointer and void pointer.