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
2336Hai,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
2095what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
2465#include
TCS,
9 14476Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
2402Display 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 3252One 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.
26881)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 8582A 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?
2118In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
2 5462
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
How do I make different pages on wordpress?
How to get all get data?
What is coupling in oops?
What is multithreading? Give an example?
Explain what header files do I need in order to define the standard library functions I use?
How do I run python setup py?
What is php oops concepts?
How do I remove a virus from my wordpress site?
If we are hacked in wordpress but steps have to do for prevent it?
How can php and javascript interact?
Tell me an example where stacks are useful?
What are the xss security parameters?
How python supports encapsulation with respect to functions?
When running Spark applications, is it important to introduce Spark on every one of the hubs of YARN group?