Featured
-
Difference between variable declaration globally and locally
During my project work I was working on a code in
by avishq -
Comparing float with a value
Hi everyone, I was looking at two C programs give
by avishq -
How to tokenize the simple “Hello World” program of C/c++ language.?
Hello all. Can anyone help me to create a C/C++
by manish.joshi -
Floyd cycle detection
Can anybody tell me the complexity of Floyd cycle
by avishq
Tags
What is best approach for error handling in c programming?
Hello Guys
I am writing a program for error handling in c programming but I am confusing to choose best approach for handle error from if-else and switch-case.
Please explain with suitable example and guide me best approach.
Thanks in adva...