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) main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
TCS,
5 9182How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
4 7705Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
4 10406Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
1 12782Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
2057
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain the api in drupal 7?
How do I update activex?
Explain until loop in ruby.
What is latest and stable version of Django ?
What number distinctive annotations is accessible in objective-c?
What does == mean in python?
What is the wordpress codex?
What is atomic in objective c?
What is a union?
Explain the codeigniter library.
What is render_to_response in django?
What technical support do we get with Delphi?
What is Language Manager?
Describe how to send email from a python script?