Search:

Type: Posts; User: veera

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Printf statement

    by veera
    Replies
    4
    Views
    931

    Printf statement

    Hi,

    Please explain the printf statement in the below program.



    #include <stdio.h>
    char*s="#include <stdio.h>%cchar*s=%c%s%c;%cint main(void){printf(s,10,34,s,34,10,10);}%c";
    int...
  2. Replies
    4
    Views
    1,727

    Below is my problem. Input The first...

    Below is my problem. Input

    The first lines of the input is an integer N (1 <= N <= 1000). Next follows the input consisting of ASCII characters. The input is terminated by EOF character.
    ...
  3. Replies
    4
    Views
    1,727

    How to read multiple lines of input

    Hi,

    All I want is read input(it can be multiples lines) from console till it encounters EOF character.how can I handle multiple lines of string under one var?

    Actually I tried to read...
  4. Replies
    4
    Views
    2,018

    Thank you so much to all!! :) I got a solution...

    Thank you so much to all!! :)
    I got a solution for that technique ..!!
  5. Replies
    4
    Views
    2,018

    Forum Programming Technique

    Hello All,

    In the home page of our forum, lists some latest/recent posts and when we click a post from that, it leads to the individual discussion of that particular post. Here my doubt is,
    ...
  6. Replies
    2
    Views
    3,826

    Converting Doc to PDF and PDF to DOC

    hi..!!

    I'm a CS student. currently I'm involving my self project to develop a website. there I'm gonna provide free service Doc (word,ppt,xls..etc) to PDF conversion and also provide PDF to...
  7. Replies
    6
    Views
    4,059

    Yes... system.io.serialport returns both physical...

    Yes... system.io.serialport returns both physical com port and virtual com port.

    Thank you...!!
  8. Replies
    6
    Views
    4,059

    There is more then 10 COM ports are return by the...

    There is more then 10 COM ports are return by the serialport so its very difficult to choose the correct com port of their device.. can find the exact com port in any other language?
  9. Replies
    6
    Views
    4,059

    Using system.io.serialport returns array of com...

    Using system.io.serialport returns array of com ports but how can i identity my usb device's virual port COM. Is there any way to identity a specific usb device virtual port COM address in c#
  10. Replies
    6
    Views
    4,059

    mobile recharge system

    Hi....

    I'm gonna start a project for my own purpose. In my project I need to access GSM sim cards and send & receive messages through a PC interface. But I dont have any idea about it. so please...
  11. Thread: simple project

    by veera
    Replies
    3
    Views
    1,825

    Thank you..!!

    Thank you..!!
  12. Thread: simple project

    by veera
    Replies
    3
    Views
    1,825

    simple project

    Hi..!!
    I'm doing a simple week end project. In this i need to know a event. Which is A form has text box and label which is student roll no. And name. After enter the 6 digit student roll no in the...
  13. Replies
    1
    Views
    1,190

    streaming media server

    Hey guys..!!

    I have to implement streaming media server. But i dont get any idea for the implementation part of that one . I tried goolge but i couldn't get any sense of that. So Please help me...
  14. Replies
    10
    Views
    3,003

    I face the same problem like you. But the...

    I face the same problem like you. But the different is I'm working it in my laptop system.
    In RSA algorithm choose P,Q are large prime numbers(you should not choose it as small number). So p,q...
  15. Replies
    10
    Views
    1,061

    Lol...how do you know ..??

    Lol...how do you know ..??
  16. Replies
    7
    Views
    1,491

    I use GCC compiler it doesn't throw any warning...

    I use GCC compiler it doesn't throw any warning like you said...
  17. Replies
    7
    Views
    1,491

    how it works..!! is it a flaw in c ??

    I was tried to execute printf function with different possible arguments. In that time I tried execute the following printf statement after I got surprised.. how it is possible?????
    [Code]
    Int a=5;...
  18. Replies
    10
    Views
    1,061

    what will be the output?

    Can any one explain me the output of the following program?


    #include<studio.h>
    #define foo(x,y) x+y
    into foo(int x,int y);
    main(){
    Print("%d",foo(5,3));
    }
    into foo(into x, int y)
  19. Replies
    1
    Views
    946

    what is new in c#?

    Can any one tell me what is new and attractive feature in c# compare than other languages like java , c++,..?
  20. Replies
    5
    Views
    1,069

    @laserlight I don't know the parsing methods...

    @laserlight
    I don't know the parsing methods pls tell me with an example
  21. Replies
    5
    Views
    1,069

    For string its OK... but how to get into, float...

    For string its OK... but how to get into, float and double values ?
  22. Replies
    5
    Views
    1,069

    cmd line arguments

    How to handle cmd line argument in c. I had lot of confusion in it. Please help me.

    Thank you
  23. Thread: sum of digits

    by veera
    Replies
    28
    Views
    3,297

    I got the output thank you..!! And I have...

    I got the output thank you..!!
    And I have another one doubt how did you said 2^1024 needs 309 digits?
  24. Thread: sum of digits

    by veera
    Replies
    28
    Views
    3,297

    You peoples are right ..!! I have to code it...

    You peoples are right ..!! I have to code it myself.

    In your pseudo code
    is D the last STR index(309) from starting?
    And I have to perform it as temp=2*(D[i] -'0')+carry or how? Pls give me a...
  25. Thread: sum of digits

    by veera
    Replies
    28
    Views
    3,297

    Can you give me the code for your solution? ...

    Can you give me the code for your solution?

    Thank you:-)
Results 1 to 25 of 34
Page 1 of 2 1 2