Why can't I perform arithmetic on a void* pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Is fortran still used in 2018?
void main() { int i=5; printf("%d",i++ + ++i); }
Is c easy to learn?
How can I swap two values without using a temporary?
Why do some versions of toupper act strangely if given an upper-case letter?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
How can a string be converted to a number?
how to print a statement in c without use of console statement ,with the help of if statement it should print
Why doesnt the call scanf work?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What are local static variables?
What is the value of uninitialized variable in c?