Programming Questions in JAVA Asked at Experienced
21 / 226
Input : NA
Output : NA
Tags:Adobe
22 / 226
Ex. India is a Great Country.
Output: aidni si a taerg yrtnuoc.
Input : NA
Output : NA
Tags:Alcatel-Lucent
23 / 226
Input : NA
Output : NA
Tags:Alcatel-Lucent
24 / 226
int y=0x01020304;
output y=0x04010203;
Input : NA
Output : NA
Tags:Alcatel-Lucent
25 / 226
Input : NA
Output : NA
Tags:Alcatel-Lucent
26 / 226
Input : NA
Output : NA
Tags:Alcatel-Lucent
27 / 226
Input : NA
Output : NA
Tags:Alcatel-Lucent
28 / 226
OR
convert Binary tree to Symmetric Tree (i.e Mirror Image of itself).
Input : NA
Output : NA
Tags:Amazon
29 / 226
OR
Print the Binary Tree in Zig Zag Level-Order.
Input:
.................(25)
......... (4)...........(10)
.....(2)......(8)...(12)......(7)
OutPut: 25,10, 4, 2, 8, 12, 7
Input : NA
Output : NA
Tags:Amazon
You at page 3 practice here all the basics and standard c, C++, JAVA, Python program asked at Experience level job interview or in coding round. Practice our hand-picked 3 coding round programming interview questions asked in coding round of various it companies and exams. You can practice all the given at this page 3 programed given C, C++, JAVA, Python question in any language, you can post your answer and same time you can review other users answer. It is always recommanded to write your own C, C++, JAVA, Python coding questions answer first and then refer others answers. At this page 3 we have covers all the coding questions in 2020-2021 and previously asked in their Interview round or coding rounds.
Top Kudos Contributor
Trending Programming Qs.
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to print next to the last word of a sentence.
- Write a program to generate a simple pattern. 1 12 123 1234 123 ...
- There are many cars parked in the parking lot. The parking is a straig...
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...
- Write a program to print next to the last word of a sentence.
Last Month Contributor
- Write a program to print next to the last word of a sentence.
- Write a program to convert uppercase to lower case and vice versa of a...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to remove the vowels from the input string.
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...