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) cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
1121main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
1378a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
1012a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
1093a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
1126a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
1295a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
1051a value that does not change during program execution a) variabe b) argument c) parameter d) none
1254in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
1122A 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
1112An 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
1160A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
1124An 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
1109On 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
1133In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
1229
How do I copy an object in python?
What language does wordpress use?
What types of Routers are able to be used?
What is the hardest programming language?
How would you create a factor in r?
What is a monad in scala?
How to call dll API sub routine in VB Form.
In php how can you jump in to and out of "php mode"?
What is data structure in c++?
List some features of laravel 5.0?
What is meant by admin panel?
What are the case statement in ruby?
Mention which class can you use for parsing of xml in iphone?
Is blogger better than wordpress?
Tell me how you will pass a variable by value in wordpress?