Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
1230A 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
1270A 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
1120An 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
1233The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
1123A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
1202a 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
1077A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
1121An 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
1197The 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
1274a 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
1108The 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
1252a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
1151the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
1076
In php how can you jump in to and out of "php mode"?
Which language is pure oop?
How to call javascript function in php on button click?
Can drupal run on command line?
Why python is best for data science?
How do I read the arrow keys? What about function keys?
Tell me what is service providers?
What is factory in laravel?
Differentiate between functions getch() and getche().
What is the use of Length of trimmed description field in Feed aggregator?
How to strip whitespace (or other characters) from the beginning and end of a string?
What are the benefits of composer?
What is GUI in R?
What are the methods to submit form in php?
What are two dimensional arrays alternatively called as?