No student devices needed. Know more
23 questions
Program is a list of_______________, written in a _______________________ to determines the behaviour of a machine.
word, english
instructions , programming language
instructions, word
A flowchart is a graphical representation that helps programmer to develop algorithms in programming.
True
False
Process of writing the C source code is called as ___________________
Editing
LInking
Executing
C programming consists of two section which are _________________ and ___________________
Pre-processor directives ; Main function
Pre-processor directives ; end statement
statements ; Main function
#include<stdio.h> is important line in c. The stdio.h contains information on input output routines.
True
False
void function () { }
function [] { }