Comp301 exam q - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Comp301 exam q? On this page you'll find 1 study documents about Comp301 exam q.

All 1 results

Sort by

COMP301 Exam Questions with 100% Correct Answers Graded to Pass
  • COMP301 Exam Questions with 100% Correct Answers Graded to Pass

  • Exam (elaborations) • 83 pages • 2023
  • 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...
    (0)
  • $10.49
  • + learn more