Hi Friends this time I am sharing you a very simple basic programs that generally asked at the time of interview. I used to asked
it some times a very very simple programs ..we know that we can make it out those program but in interview time if you know how to
do that then you can make it out very easyly and make a face that you are thinking about it ;) .. but you know already . and write
it after some moments . ;)
So just take a look before the interview ..!!
All the best friends..!!
Prog1:Retrun Vowel of Not.
Solution:
======
public bool CheckVowel(object sender,KeyEventArgs e) { if(e.KeyCode ==Keys.A||e.KeyCode ==Keys.E||e.KeyCode ==Keys.I||e.KeyCode ==Keys.O||e.KeyCode ==Keys.U) { return true; } else return false; }Prog 2: Even Or Odd Solution: ======
public string EvenOrOdd( int Num) { if(num%2 ==0) retrun "evenNumber"; else return "OddNumber" }Prog3:PrimeNumber Soultion: ======
public string PrimeOrNot(int num) { int i = 0; for (i = 3; i < num; i++) { if (num % i == 0) { Console.WriteLine("{0} is not a prime number", num); break; } } if (i == num) { Console.Writeline("{0} is a prime Number", num); } }Prog4:Fibonacci Series Solution: =======
public void FibonacciSeries(int number) { int f_0 = 0; int f_1 = 1; int sum; Console.Write("{0} {1} ", f_0, f_1); for (int i = 2; i < number; i++) { sum = f_0 + f_1; f_0 = f_1; f_1 = sum; int value = f_0 + f_1; Console.Write("{0} ", value); } }Prog5: Factorial Solution: =======
public int Factorial(int number) { int value = 1; for (int i = 1; i <= number; i++) { value = value * i; } return value; }Prog:6 Permutation (nPr) Solution: ====== Refrence Solution 5;
public double Permutation(int n, int r) { double nPr = Factorial(n) / Factorial(n - r); return nPr; }Prog:7 Combination(nCr) Solution: ====== Refrence Solution 5;
public double Combination(int n , int r) { double nCr = Factorial(n)/Factorial(r)*(Factorial(n-r); return nCr; }Prog8 : Add two numbers without using the plus operator Solution: ======
public int Add (int x , int y ) { return x-(-y); }Prog9: Multiply two numbers without usering * operator Solution: =======
public int MulWithOutStarOperator( int x ,int y) { for(int z= 1 ; z<=y ; z++) { int value = value +x; } return value; }Prog:10 String Reverse Solution: =======
public string ReverseString(string str) { int strLenght = str.Lenght; char strArray[] = new char[strLength]; for ( int i = 0 ; iProg:11 Return multiple values from a function Solution: ======== public int Add(int a,int b,out int c) { c=a+1; return a+b; }Description : --------------- when we call the Add method we will get the sum of the a and b and can also use the value of c like int d=0; int e= Add(2,3,d) ; then the value of e will be 5 and the value of d will be 3.
this program also very usefull
ReplyDeleteThanks.Nice article.
DeleteIf you want to know about latest technologies.visit below site.
www.dotnetbasic.com
Thanks for posting this..
ReplyDeletethanks for giving this much of information
ReplyDeleteThank a lot.I think its look like c and c .Now i am doing BCA so i want to learn this for my future.
ReplyDeleteretrun "evenNumber";
ReplyDeleteThanks bro 😊
ReplyDeleteThis blog explains the details of most popular technological details. This helps to learn about what are all the different method is there. And the working methods all of that are explained here. Informative blog.
ReplyDeleteDotnet Training in Chennai
I already have collection of dotnet blogs which is useful for my career.it is also one ofmy fav blog because after refer your blog i can develop a frameworks quickly.
ReplyDeleteDotnet Training in Chennai
i got coding techniques and enough thing about dot net development. keep share more information about dot net programming and it methods.
ReplyDeletedot net training in chennai
Hello Sir,
ReplyDeleteThanks for the programs, I did used it in my interview and got the positive result. Well Explained, All the posts in your blog seems useful and also can learn Dot Net Training in Chennai
It was good very helpful to the new job seekers.....
ReplyDeleteBest Dot net Training in Chennai
Really a good technical site,keep on writing good stuffs
ReplyDeletedot net training in chennai
Nice it seems to be good post...
ReplyDeleteFreshers Jobs in Chennai
Really it was an awesome article. Very useful & Informative
ReplyDeletePHP Training in Velachery
Dot Net Training in Velachery
Nice it seems to be good post... It will get readers engagement on the article since readers engagement plays an vital role in every blog.i am expecting more updated posts from your hands.
ReplyDeletePSD to Wordpress
wordpress website development
very good information. keep it up.
ReplyDeleteif you want to know the technologies updates,visit below site.
dot net and latest technologies Tutorials
This comment has been removed by the author.
ReplyDeleteAppreciating the persistence you put into your blog and detailed information you provide
ReplyDeletepython Online training in chennai
python Online training in bangalore
python interview question and answers
Wow it is really wonderful and awesome thus it is very much useful for me to understand many concepts and helped me a lot. it is really explainable very well and i got more information from your blog.
ReplyDeleterpa training in chennai
rpa training in bangalore
rpa course in bangalore
best rpa training in bangalore
rpa online training
Useful information.I am actual blessed to read this article.thanks for giving us this advantageous information.I acknowledge this post.and I would like bookmark this post.Thanks
ReplyDeleteJava training in Chennai | Java training institute in Chennai | Java course in Chennai
Java training in Bangalore | Java training institute in Bangalore | Java course in Bangalore
Java online training | Java Certification Online course-Gangboard
Java training in Pune
Excellant post!!!. The strategy you have posted on this technology helped me to get into the next level and had lot of information in it.
ReplyDeleteData Science training in chennai | Best Data Science training in chennai
Data Science training in OMR | Data science training in chennai
Data Science training in chennai | Best Data science Training in Chennai
Data science training in velachery | Data Science Training in Chennai
Data science training in tambaram | Data Science training in Chennai
Data Science training in anna nagar | Data science training in Chennai
I likable the posts and offbeat format you've got here! I’d wish many thanks for sharing your expertise and also the time it took to post!!
ReplyDeletepython course in pune
python course in chennai
python course in Bangalore
Wonderful article, very useful and well explanation. Your post is extremely incredible. I will refer this to my candidates...
ReplyDeleteData Science training in Chennai | Data Science Training Institute in Chennai
Data science training in Bangalore | Data Science Training institute in Bangalore
Data science training in pune | Data Science training institute in Pune
Data science online training | online Data Science certification Training-Gangboard
Data Science Interview questions and answers
Data Science Tutorial
Awesome article. It is so detailed and well formatted that i enjoyed reading it as well as get some new information too.
ReplyDeletepython interview questions and answers
python tutorials
python course institute in electronic city
Excellant post!!!. The strategy you have posted on this technology helped me to get into the next level and had lot of information in it.
ReplyDeleteDevops Training in Bangalore
Best Devops Training in pune
Microsoft azure training in Bangalore
Power bi training in Chennai
Thank you for benefiting from time to focus on this kind of, I feel firmly about it and also really like comprehending far more with this particular subject matter. In case doable, when you get know-how, is it possible to thoughts modernizing your site together with far more details? It’s extremely useful to me.
ReplyDeleteData science course in bangalore | Data Science training with placement in Bangalore
Very nice post here and thanks for it .I always like and such a super contents of these post.
ReplyDeleteExcellent and very cool idea and great content of different kinds of the valuable information's.
Java training in Bangalore
Some us know all relating to the compelling medium you present powerful steps on this blog and therefore strongly encourage
ReplyDeletecontribution from other ones on this subject while our own child is truly discovering a great deal.
Have fun with the remaining portion of the year.
Selenium training in bangalore | best selenium training in bangalore | advanced selenium training in bangalore | no.1 selenium training in bangalore
I found your blog while searching for the updates, I am happy to be here. Very useful content and also easily understandable providing.. Believe me I did wrote an post about tutorials for beginners with reference of your blog.
ReplyDeletemicrosoft azure training in bangalore
rpa training in bangalore
rpa training in pune
best rpa training in bangalore
Your blog provided us with valuable information to work with. Each & every tips of your post are awesome. Thanks a lot for sharing. Keep blogging..
ReplyDeleteWebdesign
Very nice article!
ReplyDeleteThanks.
Ravi (DotNetTec)
I am really enjoying reading your well written articles. It looks like you spend a lot of effort and time on your blog. I have bookmarked it and I am looking forward to reading new articles. Keep up the good work.
ReplyDeletebusiness analytics course
data analytics courses
data science interview questions
data science course in mumbai
Good Article. While Reading this Article Really Create Interest to move on the Next Concept. Keep Updating.
ReplyDeleteData Science Training Course In Chennai | Data Science Training Course In Anna Nagar | Data Science Training Course In OMR | Data Science Training Course In Porur | Data Science Training Course In Tambaram | Data Science Training Course In Velachery
С сумкой для дамы всё не так просто. Для девушки на первое место выходит то, как глядится аксессуар. Дама принимает решение вбухать много времени, чтобы привязаться к исключительной для себя сумочке в гардеробчике, но при этом произвести первое впечатление на родственников. В сумке женщины можно заметить косметику, телефон, аксессуары, перчатки. Реестр иногда гораздо больше, всё упираеться от величины взятого атрибута. В гардеробе леди сразу много сумочек разных принадлежностей и видов. Для похода на прогулок или рутинных будней мисс избирает маленькую сумку или кросс-боди, для стрелки с подругами на закате. Интересно, что женщине иногда одаривают сумку. Аксессуары дама выбирает единолично, а когда есть потребность, то предъявляет друзьям то, что она предпочитает в качестве желанного сувенира. Подарки и спонтанные приобретения здесь будут неуместны. Покупка инной вещи – это ответственное событие, но безумно приятное. Не смотря не на что делайте это как можно чаще тут сумка без .
ReplyDeleteAttend The Data Scientist Courses From ExcelR. Practical Data Scientist Courses Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Scientist Courses. Data Scientist Courses
ReplyDeleteExcellent article. Very interesting to read. I really love to read such a nice article. Thanks! keep rocking Best data science courses in hyerabad
ReplyDeleteВорожение разрешает увидеть, что вас ожидает в предстоящее время. Каждый хочет знать свое грядущее и воспринимает конкретные варианты гадания по максимуму достоверными. Гадание дзен Таро это шанс предсказать будущие явления непрерывно манил людей.
ReplyDeletedata science training in chennai
ReplyDeleteccna training in chennai
iot training in chennai
cyber security training in chennai
ethical hacking training in chennai
You have provided an nice article, Thank you very much for this one. And i hope this will be useful for many people.. and i am waiting for your next post keep on updating these kinds of knowledgeable things...
ReplyDeleteDigital Marketing Training in Chennai
Digital Marketing Course in Chennai
I think this is a standout amongst the most critical data for me. What"s more, i"m happy perusing your article. Be that as it may, ought to comment on some broad things ExcelR Business Analytics Courses
ReplyDeleteVery nice article!
ReplyDeleteThanks.
Vikas(Dotnetbasic.com)
This post is so interactive and informative.keep update more information...
ReplyDeleteGerman Classes in Velachery
German Classes in chennai
Thanks for posting the best information and the blog is very good .data science course in udaipur
ReplyDeleteGreat post. Thanks for sharing such a useful blog.
ReplyDeletePHP Training in Velachery
PHP Training in Velachery
Fon perde modelleri
ReplyDeletenumara onay
mobil ödeme bozdurma
Nft nasil alinir
Ankara Evden Eve Nakliyat
TRAFİK SİGORTASİ
DEDEKTÖR
Web Site Kurma
aşk romanları
Thanks for the helpful advice!
ReplyDeletebetpark
Good content. You write beautiful things.
ReplyDeletekorsan taksi
hacklink
vbet
sportsbet
mrbahis
sportsbet
taksi
vbet
mrbahis
Good text Write good content success. Thank you
ReplyDeletekibris bahis siteleri
bonus veren siteler
betpark
tipobet
poker siteleri
betmatik
kralbet
slot siteleri
kralbet
ReplyDeletebetpark
tipobet
slot siteleri
kibris bahis siteleri
poker siteleri
bonus veren siteler
mobil ödeme bahis
betmatik
1AC
kralbet
ReplyDeletebetpark
tipobet
slot siteleri
kibris bahis siteleri
poker siteleri
bonus veren siteler
mobil ödeme bahis
betmatik
3TD
betmatik
ReplyDeletekralbet
betpark
mobil ödeme bahis
tipobet
slot siteleri
kibris bahis siteleri
poker siteleri
bonus veren siteler
K4P
niğde
ReplyDeletekırklareli
osmaniye
siirt
urfa
4KRS
salt likit
ReplyDeletesalt likit
dr mood likit
big boss likit
dl likit
dark likit
BRG
muğla
ReplyDeleteümraniye
manavgat
karşıyaka
didim
ZEOEHD
شركة عزل اسطح
ReplyDeleteعزل اسطح
Basic simple programs for beginners typically include tasks like printing "Hello World," calculating factorials, creating a simple calculator, or reversing a string. These foundational exercises help grasp core programming concepts like loops, conditionals, functions, and basic input/output operations, building essential skills for more complex coding challenges later.
ReplyDeleteData science courses in Gurgaon
Nice compilation of basic simple programs for interviews
ReplyDeleteData Science Courses in Singapore
This topic is so important in today’s marketing landscape! I’d love to see a follow-up post on how to integrate new technologies into existing strategies.
ReplyDeleteData science courses in Gujarat
Excellent article about dotnet interviews. Am sure it will be helpful to many developers attending interviews. The examples given are simple to understand and follow. Thank you for sharing such an informative post.
ReplyDeleteData science courses in Kochi
thank you for posting simple programs for the interview. It will be very useful for me. and your work will be very useful for other people as well. Keep updating such blogs. Kindly write a blog on how to crack face to face interview as well.
ReplyDeleteOnline Data Science Course
These intersview questions were much needed. Such content are so helpful in todays time. Great job.
ReplyDeleteOnline Data Science Course
"I found this article on the Data Science Course in Dadar to be very enlightening!
ReplyDeleteThe course looks like it covers all the essential skills needed today.
I’m particularly excited about the real-world projects.
It’s fantastic to see quality education options available nearby!
I’m definitely interested in enrolling!"
This collection of basic programs is a great resource for anyone preparing for coding interviews, especially for those just starting out. Covering fundamental concepts like checking vowels, even/odd numbers, prime numbers, and Fibonacci series helps reinforce core programming skills. Programs like string reversal, factorial calculation, and handling permutations/combinations are commonly asked in interviews and are great practice.
ReplyDeleteData science courses in Mysore
شركة مكافحة بق الفراش بالجبيل KLMhTphQXm
ReplyDeleteManaging entitled millennial employees effectively requires clear communication, empathy, and structure. Providing growth opportunities and showing appreciation can also reduce entitlement behaviors, as millennials tend to respond well to mentorship and recognition of their efforts.
ReplyDeleteThank you for the article.
Data science Courses in Germany
These basic programs are a great resource for interview prep! It's always good to practice them to stay sharp. Thanks for sharing this list, it’s a helpful refresher!
ReplyDeleteData science course in Navi Mumbai
NILANJANA B
NBHUNIA8888@gmail.com
Data science course in Navi Mumbai
https://iimskills.com/data-science-courses-in-navi-mumbai/
Nice Article! Keep sharing.
ReplyDeleteDigital marketing courses in mumbai
Your simple examples make learning .NET so much easier. The clarity of your explanations, even for basic programs, is great for beginners. Looking forward to more posts that break down complex concepts
ReplyDeleteData science courses in pune
Thanks for sharing this treasure trove of basic interview programs! 😊 These are exactly the kind of practical examples that can boost confidence during interviews. digital marketing courses in delhi
ReplyDeleteBasic simple programs for interviews test problem-solving, logic, and coding skills. Examples include reversing strings, finding prime numbers, and sorting arrays. Practice these concepts to demonstrate an understanding of algorithms, data structures, and coding efficiency during technical interviews.
ReplyDeletedigital marketing course in Kolkata fees
Wonderful post with industry oriented example programs. Very helpful while preparing for any entrances into IT companies.
ReplyDeletetechnical writing course
This topic is so important in today’s marketing landscape! I’d love to see a follow-up post on how to integrate new technologies into existing strategies.
ReplyDeletedigital marketing course in coimbatore
Excellent article about dotnet interviews. Am sure it will be helpful to many developers attending interviews. The examples given are simple to understand and follow. Thank you for sharing such an informative post.
ReplyDeleteData Science Courses in Micronesia
https://iimskills.com/data-science-courses-in-micronesia/
Data Science Courses in Micronesia
.NET is a versatile framework for building applications, supporting multiple languages, cross-platform development, cloud integration, security, scalability, and robust performance.Medical Coding Course
ReplyDeleteThanks for sharing these basic simple programs! They're perfect for beginners looking to get started with programming.
ReplyDeleteMedical Coding Courses in Chennai
This dotnet drive blog gives us basic and simple programs for an interview.
ReplyDeleteMedical Coding Courses in Bangalore
Nice it seems to be good post... It will get readers engagement on the article since readers engagement plays an vital role in every blog.i am expecting more updated posts from your hands.
ReplyDeleteMedical Coding Courses in Kochi
Some us know all relating to the compelling medium you present powerful steps on this blog and therefore strongly encourage
ReplyDeletecontribution from other ones on this subject while our own child is truly discovering a great deal.
Have fun with the remaining portion of the year.
Medical Coding Course in Hyderabad
Thanks for sharing these interview programs! They're simple yet essential for building strong coding fundamentals. Perfect for quick prep before interviews!
ReplyDeleteMedical coding courses in Delhi/
Innovation drives progress—embracing new tools and techniques can enhance efficiency. Medical Coding Courses in Delhi
ReplyDeleteGreat Information.
ReplyDeleteMedical Coding Courses in Delhi
"I can totally relate to what you’re saying here. It’s nice to see someone else share the same thoughts!" Medical Coding Courses in Delhi
ReplyDelete