User Profile
Collapse
-
how to run postgresql on debian terminal
I installed postgresql on debian and i want to run it on the terminal.some body can do me that favour -
Best compiler for C program?
Which compliler is best for C Program ,GCC or Turbo C/C++ compiler? -
-
but why it's printing "hihi" in first program? i think there's something related to "\n" or buffer.... -
Strange behaviour of fork function
The output of the below program is "hihi" as "hi" is printed by both parent and child process
[code=c]
#include<stdio. h>
main()
{
printf("hi");
fork();
}
[/code]
where as the output below program is
[code=c]
#include<stdio. h>
main()
{
printf("hi\n"); //observe the \n after hi
... -
manjuscripts started a topic How can i execute both if and else block statements with a single condition.in CHow can i execute both if and else block statements with a single condition.
I want to know is there any possibility of executing both if and else block statements with a single condition.
No activity results to display
Show More
Leave a comment: