Search:

Type: Posts; User: snayyer

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    4,417

    I Need To use Bitmap Images As Background In...

    I Need To use Bitmap Images As Background In Windows ,
    and I Am Using Turbo C++ IDE.
  2. Replies
    9
    Views
    4,417

    I need to use it background texture. please can...

    I need to use it background texture.
    please can you tell how to do it ?
  3. Replies
    9
    Views
    4,417

    Bitmap Image In C

    Hey Friends,
    Can Anyone Let me know How To Import Bitmap Images In C Program ??
  4. Replies
    8
    Views
    3,630

    Periodic Table Guide

    Hey Friends,
    Can Anyone tell me the logic of "How to make periodic table in C Language ?" ?
  5. Replies
    4
    Views
    1,183

    Sorry Friends, I am new to Programming that is...

    Sorry Friends, I am new to Programming that is why, I am amking mistakes in following rules of this forums and writing programs in a meaningful way!
    Thanks for your guidance!
  6. Replies
    4
    Views
    1,183

    Problem In Function Program

    Please help me guys,
    I have been given an assignment

    "Task:- Write a function that accept a person salary in long integer, rate of interest & return the yearly investment "

    I have made a...
  7. Replies
    160
    Views
    1,230,509

    Sticky: Turbo C Programming For PC and C++ By Robert...

    Turbo C
    Programming For PC and C++
    By Robert Layford
  8. Replies
    1
    Views
    2,006

    Integers Sums & Average Through Function

    Write A Function which recieves 5 integers & returns the sum, average of these numbers and print the result in main()

    please help me in making this function.
  9. Replies
    18
    Views
    23,043

    Can Any One Make This Attached Pic Pattern ...

    Can Any One Make This Attached Pic Pattern


    This Is A Challenge !
  10. Replies
    2
    Views
    859

    Formula OF Mutiples

    Please Make a logic of to find the multiples of 2.
  11. Replies
    5
    Views
    1,267

    hmmmmmmmmmm

    hmmmmmmmmmm
  12. Replies
    5
    Views
    1,267

    #include #include void...

    #include<stdio.h>
    #include<conio.h>
    void even(void);
    void main(void)
    {
    clrscr();
    even();

    even();
    getche();
  13. Replies
    5
    Views
    1,267

    Program Of Even Or Odd

    write a function which ask a user to type a number, it then tells whether the number input is Even Or Odd?
Results 1 to 13 of 13