0
King Robin Posted 21 years ago
Science & IT

Erros in C programming

Hi

Help me to get the list of all errors in C programming and how to rectify it. I need names of some books for the same too.

Robin.
  

Top answer

Hi King Robin This is not a IT forum but an English one with a section delecated to helping people with their English/IT problems. However, if you post more information about your problem maybe someone can help. What c language are you having problems with?

  • Hi King Robin This is not a IT forum but an English one with a section delecated to helping people with their English/IT problems.
  • However, if you post more information about your problem maybe someone can help.
  • What c language are you having problems with?
  • C, C++, C# etc?
  • When it comes to IT books, I normally prefer O,Rielly books.
Free · every Monday

Get the Weekly English Kit 📬

New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.

12 Answers
0
Hi King Robin

This is not a IT forum but an English one with a section delecated to helping people with their English/IT problems.

However, if you post more information about your problem maybe someone can help. What c language are you having problems with? C, C++, C# etc?

When it comes to IT books, I normally prefer O,Rielly books. If your not living in the US, you shou
0
Hi El Hefe

Thank u very much. I want to know about segmenation error and how to rectify it in C programming.

King Robin.
0
Hello King,

The Internet is an excellent guide to answer your program problems. The resolution for segmentation or fragmentation error could be easily determined by searching into Internet.
0
King Robin
Hi

Help me to get the list of all errors in C programming and how to rectify it. I need names of some books for the same too.

Robin.

Sorry, I only have chinese ones.

Can you tell me why you till program with C? I think it's out-of-date actually.

I learn it in this semester and I am not satisfied with
0
El HefeHi King Robin

This is not a IT forum but an English one with a section delecated to helping people with their English/IT problems.

However, if you post more information about your problem maybe someone can help. What c language are you having problems with? C, C++, C# etc?

When it comes to IT books, I normally prefer O,Rielly books. If yo
0
hi

i wnat to strats cprograming from base
0
Hi

Balagurusamy and Yashwant Kanitakar
0
Ivantalk
King Robin
Hi

Help me to get the list of all errors in C programming and how to rectify it. I need names of some books for the same too.

Robin.

Sorry, I only have chinese ones.

Can you tell me why you till program with C? I think it's out-of-date actually.

I learn it in this sem
0
If you need very simple error-description, buy one of these "...for Dummies" books (yellow and black coloured), my favourite of them is "Microsoft Visual C++ 6.0 for Dummies".

It is very easy to understand, and Microsoft Visual C++ is also one of the best C/C++ compiler (my opinion).

But why do you need error-descriptions? Look in the current program for the error (with good com
0
0 Personally I like C very much. Of course my first love is Assembly language, but C is also very good when you know how to use it properly. I saw couple of messages about segmentation fault error in this forum, what can I say! You have to be extremely careful when you use pointers or try to allocate dynamic memory for your arrays. REMEMBER that it is only YOU who is responsible for the garbag

Related Questions