Does sprintf put null character?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between unix os and linux os
progrem to generate the following series 1 12 123 1234 12345
What is typedef example?
write a program to find out prime number using sieve case?
Explain what is the difference between functions getch() and getche()?
diff .between strcture and union
What is the difference between typedef struct and struct?
What are the applications of c language?
When should the volatile modifier be used?
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
How can I call a function with an argument list built up at run time?