C Programming

Learn C from A to Z

  • Home
  • Basic Program
  • Interview Program
  • Fun coding
  • Creative program
  • Videos
​

Interview Program

Write a  Program to find given no is palindrome or not ?

Write a program to print the sum of the two no in reverse order ( 12+12=24 should be printed as 42) ?

Write a program to find 2nd or 3rd or 4th or Nth greatest no without sorting algorithm?

Write a program to convert degree to Fahrenheit?

Write a program to convert Fahrenheit to degree?

Write a program to convert Decimal to Binary?

Write a program to convert Decimal to Octal?

Write a program to convert Decimal to Hexadecimal?

Write a program to convert Decimal to Binary or Octal or Hexadecimal with menu option?

Write a program to print string without any special character ( CO#M&*PUT^ER ---> COMPUTER) ?

Write a program to find the length of the string (without using strlen function) ?

Write a program to find perfect square number near given number(Ex: give no 160 near perfect square is 169) ?

Write a Program to find no of words in given line ?

Write a Program to find  highest common factor two no ?

Write a Program to find highest common factor three no ?

Write a program to swap the two no without third variable ? 

Write a program to find whether the given is perfect square or not ?

  


Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2013 (46)
    • ▼  July (7)
      • write a program to print following number pattern ?
      • write a program to print following number pattern ?
      • write a program to print following number pattern ?
      • write a program to print following number pattern ?
      • write a program to print the following ‘*’ pattern ?
      • Write a Program to print the following * pattern?
      • Write a program to find square root of the given n...
    • ►  June (39)

Labels

Blogumulus by Roy Tanck and Amanda Fazani

What's Hot

  • Write a program to find the given two no is co-prime or not ?
    Program: #include<stdio.h> #include<conio.h> void main() { int no1,no2,temp,temp1,temp2; clrscr(); printf("\n enter the...
  • Use of Clrscr and getch functions
    In all our program we use the clrscr() and getch() function irrespective of what program it is ,if you don’t use it in your program you did...
Powered by Blogger.
Powered By Blogger Premium Theme By Lord HTML