RECENT BLOGS


Here, In this section you can read the some recent and most popular blogs of Vishal Pandey. The blogs categorize as Java Hackerrank Solution, C programs, Some trending posts and some programming as well as daily problem solutions.


alone boy source-google
28 Nov 19

--हेलो! --हाँ! हेलो मम्मी, चरणस्पर्श! --हाँ खुश रहो बेटा, क्या कर रहे हो? --फ़िलहाल तो मेस में हैं, खाना खा रहे हैं, आपने खा लिया ? --हम लोग भी खाने जा रहे हैं। और तुम्हारे रूममेट्स कैसे हैं ? --सब सही सलामत हैं मम्मी। अभी-अभी खाना खा के गए हैं। आप तो जानती ही हैं कि में कितनी धीरे-धीरे खाना खाता हूँ।


Read more...
25 Aug

Java Static Initializer Block Hackerrank Solution in Java Problem-9:- Static initialization blocks are executed when the class is loaded, and you can initialize static variables in those blocks. It's time to test your knowledge of Static initialization blocks . You can read about it here.


Read more...
blog-img
09 Nov

Write a program to print all repeated elements in an array and also print the count of repeated numbers Example: input: Enter the number of element: 4 Enter Elements: 10 20 10 20 output: The duplicate number is: 10 The duplicate number is: 20 The total number of the duplicate element is: 2


Read more...