Why can arithmetic operations not be performed on void pointers?


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

Post New Answer

More C Interview Questions

How can this be legal c?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


What is a double c?

0 Answers  


What is keyword in c?

0 Answers  


Can we add pointers together?

0 Answers  






an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


How do we declare variables in c?

0 Answers  


What is the difference between test design and test case design?

0 Answers  


What is a substring in c?

0 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

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  


Categories