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 4847Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 30226Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
1 16202main() { 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 11890There 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 5817plssssss 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 pointers in c with example?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is variable initialization and why is it important?
How is the latest version of joomla?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
Tell me the role of modules and mixins in ruby?
How to Change the owner of a component at runtime ?
What is trait in php?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
will u please send me the placement papers to my mail???????????????????
Explain filters in zend framework with examples?
Is int a keyword in c?