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) I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
2 4714Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 29612Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
1 16099main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
CSC,
6 11576There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
2 5673plssssss help !!....using array.. turbo c..
create a program that will accept number of words to be
consored.
.a word must not exceed 10 characters long
.the text to be entered will be no longer than 200 characters
.there will be no 10 words
example:
enter number of words to be censor: 5
enter words to censor:
windows
office
microsoft
bill
gates
enter text to censor:
bill gates founded microsoft and makes office and windows
sample output:
What is python __ init __?
What kind of support is available?
What do you mean by active record in yii?
What is bytecode compilation?
How to swap two values in golang?
What are joomla components?
What is .ocx file?
How to create a session? How to set a value in session?
Write a program to retrieve the view object within plugin?
How do I create a directory? How do I remove a directory (and its contents)?
What is the purpose of template?
What do you mean by implicit parameters?
Differentiate between a constructor and a destructor in c++.
Can you please compare array with pointer?
What does mean in objective c?