Programming Language

The World of Computer Programming Language

  • Home
  • Programming Language
    • C++
      • History of C++
      • Introduction
      • Structure
      • Functions
      • Making Decisions
    • C
      • Introduction
      • Input/Output
      • Decision Constructs
      • LOOP Constructs
      • Function and Pointer
    • JAVA
      • Basic Concept
      • Random Variable
    • Assembly Language
      • Basic Concept
  • Contact

Pages

  • Home Page

Saturday, November 30, 2013

Write a program that print "Assalam O Alikum!!! World" in C

Input:

#include <stdio.h>
#include <conio.h>
void main (void)
{
     printf("Assalam O Alikum!!! World");
     getch ();
     } // main

Output:

Assalam O Alikum!!! World
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Program List

  • ▼  2013 (114)
    • ►  July (54)
    • ►  August (22)
    • ►  September (8)
    • ▼  November (7)
      • Contact
      • Write a program that print "Assalam O Alikum!!! Wo...
      • Write a program that subtract two floating point n...
      • Write a program to calculate and print the area of...
      • Write a program that converting Centigrade tempera...
      • Write a program of addition of two characters in C
      • Introduction of C
    • ►  December (23)
  • ►  2014 (16)
    • ►  February (2)
    • ►  November (14)
  • ►  2015 (8)
    • ►  March (6)
    • ►  April (2)
  • ►  2016 (15)
    • ►  January (9)
    • ►  June (2)
    • ►  October (4)

Total Pageviews Since July, 2013

Copyright © 2013-2015 All rights reserved.Powered by MMHAQ Networks!