There is a number and when the last digit is moved to its
first position the resultant number will be 50% higher than
the original number.Find the number?
How the C program can be compiled?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
WHAT IS ABSTRACT DATA TYPE
What is modeling?
string reverse using recursion
Explain 'bus error'?
write a proram to reverse the string using switch case?
What is typedef?
What is the difference between null pointer and the void pointer?
write a program to print infinte number
How can I read/write structures from/to data files?
Why is malloc used?