for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
How would you find a cycle in a linked list?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Explain how can you check to see whether a symbol is defined?
What is difference between %d and %i in c?
Explain how do you list files in a directory?
Who invented bcpl language?
What is the translation phases used in c language?
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]
write a program to print infinte number
what is the difference between global variable & static variable declared out side all the function in the file.