What are the loops in c?
No Answer is Posted For this Question
Be the First to Post Answer
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
To what value do nonglobal variables default? 1) auto 2) register 3) static
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
What does the file stdio.h contain?
how to set Nth bit of a variable?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
Do string constants represent numerical values?
How can you increase the size of a statically allocated array?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
Explain how do you search data in a data file using random access method?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none