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) Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
2 5740Define 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]
2 51415. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
1 5313
can any one tel me wt is the question pattern for NIC exam
Are enumerations really portable?
Write a program to check whether a number is prime or not using c?
What is the prefix that joomla uses by default?
What is c++ and its features?
Explain basic functions we generally used in wordpress? Why?
When to use inquire vs enquire?
Explain the concept of routing in laravel.
What is singleton class in c++?
What are the type of models available in yii framework ?
What is activex on my computer?
What language is magento?
What static means?
How to set the Wallpaper on Windows98/2000 when ActiveDesktop is turned on?
What are php expressions?