Month: May 2017
Java/J2EE Developer (EG-560) We are looking for a Java programmer to join our core team. Qualificatons Master…
When we don’t need any explicit stacks then we need recursion: #include<stdio.h> void decToBin(unsigned int n){ if(n==1)…
code: #include<stdio.h> void printNo(unsigned int n) { if(n==0) return; //it is outing from this function and going…
code i tried around 5 of hours but didn’t succeded: #include<stdio.h> #include<math.h> int main() { int t,n,i,result,p,sum=0;…
code: #include<stdio.h> void printMsg(unsigned int n) { if(n==0) return; //when we are using return in void function…
We see lots of void in C. Lets clear why we all use this. int myFunc(void){ }…
Recent Comments