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
1123main(){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
1381a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
1021a 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
1130a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
1297a 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
1125A 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
1164A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
1131An 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
1111On 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
1134In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
1233
Do monkeys sleep at night?
What are keywords in c with examples?
Explain php parameterized functions.
Explain ternary operator in python?
What do you think is the output of the following code fragment?
Can I download wordpress for free?
Does wordpress host your website?
Why is that none of my threads are not running? How can I make it work?
Do array subscripts always start with zero?
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Difference between Array and List in Scala?
Do you know how python is interpreted?
How to delete array of objects in C++? Proof by C++ code for proper deletion
How to Adjust form size to accommodate a required client size ?