Codelybrary
My collection of useful facts and experiences.
I am also active at:
Kaggle
HackerEarth
HackerRank
stackoverflow
Medium
YouTube
GitHub
GeeksforGeeks
Quora
Wednesday, December 18, 2019
Funds Flow Statement preparation : AFM
Funds Flow Statement preparation
wonderfully explained by Parwinder Rani
FFS
great explanation & illustration by Kaursewise Tutorials
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
My stock scanners
Bullish stocks Bearish stocks
IT Full Forms
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
C program : To check whether M is an exact multiple of N
#include<stdio.h> int main() { int M,N,q; scanf("%i %i",&M, &N); if((M%N)!=0) {printf("0...
Interview Tips
"A good company understands that problem solving ability and the ability to learn new things are far more important than knowledge o...
No comments:
Post a Comment