Divide a number by 3 without using any of operators (%,/,*)I have got a C function to do the above by googling it . But can you please explain the working of ...
Where are static variables stored?As such are they stored in the Stack(probably not).. The heap ? or some other Storage area? Als...
How does a C/C++ compiler work?Can you please explain how a C/C++ work exactly in detail? As such in the compiler stage. Can you ...
What is the value of 'a' in a = a++ + a++?#include <stdlib.h> #include<stdio.h> #include <string.h> #include <ctype.h> #include <math.h> ...
How is scanf("%d",&x) faster than cin>>x?I was participating in an online algorithm challenge. It required me to take large inputs at a time...
This user does not accept Private Messages