Explain how are portions of a program disabled in demo versions?
What are loops in c?
Which is an example of a structural homology?
What is the purpose of clrscr () printf () and getch ()?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Write a program to print the prime numbers from 1 to 100?
What is meant by type casting?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are categories used for in c?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
What is null in c?
Which type of language is c?