User Profile

Collapse

Profile Sidebar

Collapse
murugesandins
murugesandins
Last Activity: Apr 23 '10, 09:48 AM
Joined: Jun 28 '06
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • http://bytes.com/topic/c/answers/216...-output-stdout

    characters are intended to be transmitted as a block to the host environment when a buffer is filled, when input is requested on an unbuffered stream, or when input is requested on a line buffered stream that requires the transmission of characters from the host environment. Support for these characteristics is implementation-defined, and may be affected via...
    See more | Go to post

    Leave a comment:


  • murugesandins
    replied to what is swaping ?????
    in C
    swapping two values with normal variables and user-defined variables:


    #include <string.h>
    #include <iostream.h>
    class murugesandins
    {
    int a ;
    int b ;
    char name[100] ;
    public:
    murugesandins()
    {
    a = 8 ;
    b = 12 ;
    ...
    See more | Go to post

    Leave a comment:


  • The program does the following sequence of flow:
    1. start the program from main function
    2. call the function printf("Enter width height? ") inside main and display the string "Enter width height? " in output
    3. Then call the function go()
    4. Inside the function go(), call the function fgets to get the input from the input stream(stdin) and store that value in the variable line.
    5. call the function...
    See more | Go to post

    Leave a comment:


  • Go to
    Options
    =>Linker
    =>Libraries

    This will display a box showing
    [ ] Container Class
    [ ] Turbo Version
    [ ] Graphics Library
    [ ] Standard Run Time

    Press Alt G
    Press Alt K
    Then do the compilation.
    That...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...