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?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
what is pointer
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
find the size of structure without using the size of function
What is the use of printf() and scanf() functions?
What is s in c?
write an algorithm and c program to add two 2x2 matrics
What does *p++ do?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is queue in c?
every function has return the value?
What is fflush() function?