Purchase Solution

Introduction to C

Not what you're looking for?

Ask Custom Question

Bob, My attempt resulted in the statement below and I am not sure were the prob is; also i have a small green rectangle on the field that preceds the cursur when i enter the code. This rectangle does not appear in your notes...any suggestions?

//header

#include<stdio.h>

int main (void)

{

printf( "Hello Chuck/n" );

return 0;}

'test22.exe': Loaded 'C:Userscwill111DocumentsVisual Studio 2010Projectstest22Debugtest22.exe', Symbols loaded.
'test22.exe': Loaded 'C:WINDOWSSysWOW64ntdll.dll', Cannot find or open the PDB file
'test22.exe': Loaded 'C:WINDOWSSysWOW64kernel32.dll', Cannot find or open the PDB file
'test22.exe': Loaded 'C:WINDOWSSysWOW64KernelBase.dll', Cannot find or open the PDB file
'test22.exe': Loaded 'C:WINDOWSSysWOW64msvcr100d.dll', Symbols loaded.
The program '[4184] test22.exe: Native' has exited with code 0 (0x0).

Purchase this Solution

Solution Summary

An introduction to programming C is examined.

Solution Preview

Hi,

Next time if you still have a problem with this post, just send me a message instead of posting it with credit. Also please talk to BrainMass.com so you might get refund for ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.