What is the purpose of void in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Explain what is wrong with this statement? Myname = ?robin?;
What is a structure and why it is used?
How a string is stored in c?
What are the advantages of using macro in c language?
will u please send me the placement papers to my mail???????????????????
write a c program to add two integer numbers without using arithmetic operator +
Explain zero based addressing.
Stimulate calculator using Switch-case-default statement for two numbers
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 can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is adt in c programming?