Category: C++

11
Jun
2017

Hackerearth Min-Max

code: #include<iostream> #include<cstdio> using namespace std; int main() { int n,flag=0; cin>>n; int a[n]; for(int i=0; i<n;…

07
Jun
2017

C++ Vector push_back()…pop_back()

#include<vector> #include<iostream> using namespace std; int main() { vector<string> list; cout<<“Please enter the names, press Q to…

28
May
2017

C++ STL in Bangla

https://tanvir002700.wordpress.com/2016/04/15/c-stl-tricks1/  

16
Apr
2017

String Refreshing

//Program to assign string and display the same #include<stdio.h> #include<stdlib.h> int main() { char str[]=”LearnGood”; printf(“Assigned string:…

04
Apr
2017

C refresh for logic development

Code: #include<stdio.h> int main() { int N1,N2,ch,resi; float resf; do { printf(“\n\n Enter value for operation:”); printf(“\n…

14
Mar
2017

Details about Pointer