A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
1100An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
1140A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
1110An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
1091On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
1124In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
1209A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
1206A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
1249A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
1099An 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
1216The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
1102A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
1179a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
1064A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
1102An 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
1184
Explain what is the difference between null and nul?
Why is c fast?
Describe dynamic data structure in c programming language?
How to compare array with pointer in c?
What is the explanation for modular programming?
What is const keyword in c?
Place the #include statement must be written in the program?
write an algorithm to display a square matrix.
What is assert and when would I use it?
What is a example of a variable?
How many levels of pointers have?
What is an arrays?
Write program to remove duplicate in an array?
What are global variables?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.