جديدنا
انتظر...

Moltaqa El 7ytan

  • الرئيسية
  • قائمة
    • العاب
    • برامج
    • تطبيقات
    • حلقات
  • اندرويد
  • قائمة
    • ويندوز
    • ماك
    • لينكس
  • العاب
  • تكنولوجيا
  • تحميل

احدث مواضيعنا

  • Solved MCQ for IT Officer Exam Part-2
    SWIFT Logo (Photo credit: Wikipedia ) 1. SWIFT stands for: A) Society for Worldwide Interbank Financial Telecommunication B) Society for W...
  • Best Online Sitemap Generators List
    Sitemap is a most important part of any website or blog. A Sitemap is an XML file that lists URLs for a site along with additional metadata ...
  • ..
    .
  • How to Concatenate, Join and Sort Array in JavaScript?
    In the previous post, I have already described about "How to Loop Through JavaScript Array". Along with accessing an element of an...
  • Top 10 Questions that Computer Beginner may Asked
    If you are beginner, even very small problems may disturb your learning process, so very miner things may help you a lot. Here I am going to...
  • MCQ on Data Warehouse with Answers set-2
    Data Warehouse Overview (Photo credit: Wikipedia ) 1. The full form of OLAP is A) Online Analytical Processing B) Online Advanced Processing...
  • Solved MCQ for Computer Officer Exam part-1
    1. Firewalls are used to protect against. A) Unauthorized Attacks B) External resources C) Data Driven Attacks D) Fire Attacks 2. A gigabyte...
  • Solved MCQ of Java Set-1
    1. Java programs are A) Faster than others B) Platform independent C) Not reusable D) Not scalable 2. Java has its origin in A) C programmin...
  • How to Share Printer for Computers on LAN
    Not only from Network printer, it is possible to print from other computers on LAN by sharing local printer connected on one computer on Loc...
  • Solved MCQ on Distributed Transaction Management set-1
    1) If the transaction is rolled back, all the database changes made inside the transaction are ...... A. made permanent B. made temporary C....

إعلان

التسميات

  • Artificial Intelligence(AI)
  • Backlinking
  • Basic IT
  • Best List
  • Blogging Tips
  • C
  • C#
  • C++
  • Computer Architecture
  • Computer Fundamental
  • Computer Security
  • Computer/IT Officer Exam
  • CSS
  • Data Mining and Warehousing
  • Data Recovery Tools
  • Data Structure
  • Database Management System
  • E-commerce
  • E-government
  • Internet & Web Designing
  • IT Law
  • IT Tips and Tricks
  • IT Tutorials
  • Java
  • JavaScript
  • Keyword Research Tools
  • MIS
  • Multiple Choice Question (MCQ)
  • Networking
  • Online Earning
  • Online IT Jobs
  • Operating System
  • Oracle Forms and Reports
  • Programming Guide
  • Programming Language
  • SEO
  • Social Networking Sites
  • Software Download
  • Software Engineering
  • System Analysis and Design
  • Top List
  • VB.Net
يتم التشغيل بواسطة Blogger.

من أنا

Jack Isaac
عرض الملف الشخصي الكامل الخاص بي

أرشيف المدونة الإلكترونية

  • ◄  2016 (7)
    • ◄  يوليو (1)
    • ◄  أبريل (5)
    • ◄  مارس (1)
  • ◄  2015 (87)
    • ◄  أغسطس (1)
    • ◄  يوليو (8)
    • ◄  يونيو (13)
    • ◄  مايو (2)
    • ◄  أبريل (1)
    • ◄  مارس (4)
    • ◄  فبراير (20)
    • ◄  يناير (38)
  • ▼  2014 (81)
    • ◄  ديسمبر (34)
    • ◄  نوفمبر (4)
    • ◄  سبتمبر (4)
    • ◄  أغسطس (11)
    • ▼  يوليو (8)
      • MCQ on Java Programming With Answers set-11
      • Write a Program in C to Find if a Number is Presen...
      • C Program to Find the Sum and Average of Numbers U...
      • Write a Program in C to Sort a List of Numbers in ...
      • Write a Program in C to Calculate the Factorial Va...
      • Write a Program in C to Copy a String to Another.
      • C Program to Read Set of Real Numbers from Keyboar...
      • Write a Program in C to Determine Whether a Number...
    • ◄  يونيو (2)
    • ◄  مايو (3)
    • ◄  أبريل (2)
    • ◄  مارس (2)
    • ◄  فبراير (7)
    • ◄  يناير (4)
  • ◄  2013 (144)
    • ◄  ديسمبر (12)
    • ◄  نوفمبر (6)
    • ◄  أكتوبر (4)
    • ◄  سبتمبر (6)
    • ◄  أغسطس (17)
    • ◄  يوليو (9)
    • ◄  يونيو (12)
    • ◄  مايو (13)
    • ◄  أبريل (13)
    • ◄  مارس (27)
    • ◄  فبراير (7)
    • ◄  يناير (18)
  • ◄  2012 (68)
    • ◄  ديسمبر (18)
    • ◄  نوفمبر (22)
    • ◄  أكتوبر (25)
    • ◄  سبتمبر (3)
الرئيسية / الأرشيف يوليو 2014
MCQ on Java Programming With Answers set-11

MCQ on Java Programming With Answers set-11

Jack Isaac 11:10 م اضف تعليق تحرير
1. If m and n are int type variables, what will be the result of the expression m%n when m=-14 and n=-3? A) 4 B) 2 C) -2 D) -4 2. Consider t...
إقرأ المزيد

Write a Program in C to Find if a Number is Present in a List or not

Jack Isaac 8:46 ص اضف تعليق تحرير
Here is a C program to find if a number is present in a list of N numbers or not. In this program for loop is used to search a number from t...
إقرأ المزيد

C Program to Find the Sum and Average of Numbers Using Do-While Loop

Jack Isaac 12:30 ص اضف تعليق تحرير
In this program sum and average of of the given numbers are calculated using do-while loop. Do-while loop is a looping condition where state...
إقرأ المزيد

Write a Program in C to Sort a List of Numbers in Ascending Order

Jack Isaac 4:38 ص اضف تعليق تحرير
In the program below nested  for loop is used to sort a list of  real numbers in ascending order. This program below asks to enter how many ...
إقرأ المزيد

Write a Program in C to Calculate the Factorial Value of an Integer.

Jack Isaac 12:00 ص اضف تعليق تحرير
Here is a program in C to calculate the factorial value of an integer. The factorial of a number is the product of all the integers between ...
إقرأ المزيد

Write a Program in C to Copy a String to Another.

Jack Isaac 2:36 ص اضف تعليق تحرير
Here is a program in C to copy one string to another string using user defined function. Here two character arrays are defined then prompted...
إقرأ المزيد

C Program to Read Set of Real Numbers from Keyboard & Find the Maximum

Jack Isaac 10:40 ص اضف تعليق تحرير
To write a C program to read set of real numbers from keyboard and find the maximum among them, you can use a function which takes an array...
إقرأ المزيد

Write a Program in C to Determine Whether a Number is Prime or Not.

Jack Isaac 9:46 م اضف تعليق تحرير
"A prime number is one, which is divisible only by 1 or itself." To determine whether a number is prime or not, we have to divide ...
إقرأ المزيد
الاشتراك في: التعليقات ( Atom )

تابعنا على فيسبوك

  • احدث المواضيع
  • اخر المعلقين
  • التسميات

المشاركات الشائعة

  • Solved MCQ for IT Officer Exam Part-2
    SWIFT Logo (Photo credit: Wikipedia ) 1. SWIFT stands for: A) Society for Worldwide Interbank Financial Telecommunication B) Society for W...
  • Best Online Sitemap Generators List
    Sitemap is a most important part of any website or blog. A Sitemap is an XML file that lists URLs for a site along with additional metadata ...
  • ..
    .
  • How to Concatenate, Join and Sort Array in JavaScript?
    In the previous post, I have already described about "How to Loop Through JavaScript Array". Along with accessing an element of an...
  • Top 10 Questions that Computer Beginner may Asked
    If you are beginner, even very small problems may disturb your learning process, so very miner things may help you a lot. Here I am going to...
  • MCQ on Data Warehouse with Answers set-2
    Data Warehouse Overview (Photo credit: Wikipedia ) 1. The full form of OLAP is A) Online Analytical Processing B) Online Advanced Processing...
  • Solved MCQ for Computer Officer Exam part-1
    1. Firewalls are used to protect against. A) Unauthorized Attacks B) External resources C) Data Driven Attacks D) Fire Attacks 2. A gigabyte...
  • Solved MCQ of Java Set-1
    1. Java programs are A) Faster than others B) Platform independent C) Not reusable D) Not scalable 2. Java has its origin in A) C programmin...
  • How to Share Printer for Computers on LAN
    Not only from Network printer, it is possible to print from other computers on LAN by sharing local printer connected on one computer on Loc...
  • Solved MCQ on Distributed Transaction Management set-1
    1) If the transaction is rolled back, all the database changes made inside the transaction are ...... A. made permanent B. made temporary C....

اخر المعلقين

التسميات

  • Artificial Intelligence(AI)
  • Backlinking
  • Basic IT
  • Best List
  • Blogging Tips
  • C
  • C#
  • C++
  • Computer Architecture
  • Computer Fundamental
  • Computer Security
  • Computer/IT Officer Exam
  • CSS
  • Data Mining and Warehousing
  • Data Recovery Tools
  • Data Structure
  • Database Management System
  • E-commerce
  • E-government
  • Internet & Web Designing
  • IT Law
  • IT Tips and Tricks
  • IT Tutorials
  • Java
  • JavaScript
  • Keyword Research Tools
  • MIS
  • Multiple Choice Question (MCQ)
  • Networking
  • Online Earning
  • Online IT Jobs
  • Operating System
  • Oracle Forms and Reports
  • Programming Guide
  • Programming Language
  • SEO
  • Social Networking Sites
  • Software Download
  • Software Engineering
  • System Analysis and Design
  • Top List
  • VB.Net

مواضيع الاسبوع

Find Us On Facebook

مواضيع الاسبوع

مواضيع الشهر

اخر المعلقين

الاقسام

  • Artificial Intelligence(AI)
  • Backlinking
  • Basic IT
  • Best List
  • Blogging Tips
  • C
  • C#
  • C++
  • Computer Architecture
  • Computer Fundamental
  • Computer Security
  • Computer/IT Officer Exam
  • CSS
  • Data Mining and Warehousing
  • Data Recovery Tools
  • Data Structure
  • Database Management System
  • E-commerce
  • E-government
  • Internet & Web Designing
  • IT Law
  • IT Tips and Tricks
  • IT Tutorials
  • Java
  • JavaScript
  • Keyword Research Tools
  • MIS
  • Multiple Choice Question (MCQ)
  • Networking
  • Online Earning
  • Online IT Jobs
  • Operating System
  • Oracle Forms and Reports
  • Programming Guide
  • Programming Language
  • SEO
  • Social Networking Sites
  • Software Download
  • Software Engineering
  • System Analysis and Design
  • Top List
  • VB.Net

تابعنا على

جميع الحقوق محفوظة لـ Moltaqa El 7ytan © 2014 | تعريب و تطوير مدون محترف | تصميم : themexpose
  • الصفحة الرئيسية
  • عن المدونة
  • اتصل بنا
  • صفحة خطأ