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 5850Define 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 52545. 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 5425
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
write a c program to find the sum of five entered numbers using an array named number
How would you display a file’s contents in reversed order?
What is the biggest challenge facing your current job right now? What is your biggest failure?
What are pointers? What are different types of pointers?
What is the best notepad?
Is int a keyword in c?
Name and explain five of the PHP error constants?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
How can one prevent a TForm from being moved or resized?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is the difference between == and === operators in Kotlin?
What does $_files means?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How will you create a field using code?