Why can't I perform arithmetic on a void* pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are enums in c?

0 Answers  


What is class and object in c?

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


How many header files are in c?

0 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


how can be easily placed in TCS.

0 Answers   TCS,


What is a macro, and explain how do you use it?

0 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


Why flag is used in c?

0 Answers  


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


Categories