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) Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
1 5448main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
TCS,
6 15723we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
2 6154
Is it worth learning php in 2019?
Why do we need templates?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is microsoft c++ redistributable 2013?
How do you call artisan command in laravel?
How secure is laravel?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How to generate random numbers in python?
What is a base url?
Which is better wamp or xampp?
What is RTTI and why do you need it?
Are react hooks stable?
Explain the data classes in kotlin?
What is pass by reference in functions?
What does the ios::ate argument do?