Can math operations be performed on a void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Tell me what is the purpose of 'register' keyword in c language?
write a program to convert a expression in polish notation (postfix) to inline (normal)
How can I pad a string to a known length?
Why is structure important for a child?
how to sort two array of characters and make a new array of characters.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
why the execution starts from main function
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a program to print the prime numbers from 1 to 100?
Difference between Function to pointer and pointer to function