Comp301 - Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about Comp301? On this page you'll find 1 study documents about Comp301.
All 1 results
Sort by
-
COMP301 Exam Questions with 100% Correct Answers Graded to Pass
- Exam (elaborations) • 83 pages • 2023
-
- $10.49
- + learn more
what does a C hello world look like - #include <stdio.h> 
int main (int argc, char *argv[]) { 
 printf("Hola Mundo!n"); 
 return 0; 
} 
 
how is a string stored in c - char hello[6] = {'h', 'e', 'l', 'l', 'o', '0'}; 
 
what's a pointer? - A pointer stores the address of some data in memory 
 
what does the Type of pointer mean? e.g. int* height - it tells us the type of data stored at the memory address. e.g. int* height mean...
And that's how you make extra money
Did you know that on average a seller on Stuvia earns $82 per month selling study resources? Hmm, hint, hint. Discover all about earning on Stuvia