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) Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
1010Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
1159Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1308Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
1127
How to count a number of words in a string in php?
Write a program to generate the Fibinocci Series
What are the basic elements of python?
How do you check whether the two variables are pointing to the same object in python?
Which software is best for c++ programming?
Does go (golang) support generic programming?
Why do we use stdio h and conio h?
What is the difference between union and anonymous union?
Describe laravel service provider?
How to check an element is exists in array or not in php?
Explain drupal.
State whether content items can be assigned to multiple categories or sections?
How to get/set configuration values in laravel?
How do we implement loops functionally? What is the difference between OOP and FP style loops?
What is the output of print str + “test” if str = ‘hello world!’?