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) Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
2294Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
2044what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
2415#include
TCS,
9 14220Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
2361Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
1 3180One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
26451)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
1 8498A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
2052In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
2 5357
Explain the binary height balanced tree?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are the built-in types of python?
What is object file? How can you access object file?
Explain the use of function toupper() with and example code?
How do I run joomla?
What is the use of getch ()?
What is a type library?
What is vc++ programming?
Do you know what is the way in which the html can be used to form elements?
How are the differences in help () and dir () functions?
What is php used for?
Tell us what is module and package in python?
What happened if we call a key that is not present in dictionary and how to tackle that kind of error ?
Give me the code of in-order recursive and non-recursive.