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) in a VB application, where the data will be stored after manipulation? what is the syntax for that?
TCS,
2293suppose there are five integers write a program to find larger among them without using if- else
2 5287Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
2 51142. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
TCS,
5 26892how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
2 10869write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
1 6187There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
1 5148
Can a program have two main functions?
What are python iterators?
What does mean in python?
What are c++ data types?
What is print in python?
What is private visibility on wordpress?
Will php die?
Why sessions are used in php?
How are pointers declared in c?
Do you know what is lambda in python?
Which software is used to run c++ program?
How to check request is ajax or not?
How do you achieve polymorphism?
what is graphics
How to connect multiple databases in codeigniter?