Redeclaration of global variable in C
Consider the below two programs: filter_none edit close play_arrow link brightness_4 code // Program 1 int main() { int x; int x = 5; printf(“%d”,… Read More »
Consider the below two programs: filter_none edit close play_arrow link brightness_4 code // Program 1 int main() { int x; int x = 5; printf(“%d”,… Read More »
Be self controlled and alert. Your enemy the devil prowls around like a roaring lion looking for someone to devour. 1 Peter 5:8 (Bible) The… Read More »
Remain Careful from these two persons new friends and old enemies — Kabir What is static keyword in C++? static keyword can be applied to… Read More »