Tell me can the size of an array be declared at runtime?
No Answer is Posted For this Question
Be the First to Post Answer
What is main () in c?
Tell me can the size of an array be declared at runtime?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
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 is function definition in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Write a program to generate prime factors of a given integer?