Category: Interview
Some theory: code: /* Count Frequency in an Array Syed Ahmed Zaki — 2017 */ #include<stdio.h> int…
https://www.facebook.com/groups/eee.cse/permalink/1650363141659373/ https://trello.com/b/0bKxmpuK/cse-graduate-checklist
Google Search: https://www.google.com/search?q=Counting+2s&ie=utf-8&oe=utf-8&client=firefox-b#q=Counting+2s+in+c SOlution: https://www.careercup.com/question?id=56794 //https://www.careercup.com/question?id=56794 #include<stdio.h> int main() { int n,i,j; int ctr=0; scanf(“%d”,&n); for(i=0;i<=n;i++) { for(j=i;j>0;j=j/10) {…
Your attitude is also crucial: Programmers need to be eager to learn, curious, detail oriented, and willing…
একজন প্রোগ্রামার হতে গেলে যে ১০টি স্টেপ আপনাকে অবশ্যই অনুসরণ করতে হবে !
Recent Comments