Subtract Two Number Without Using Subtraction Operator
how will you write a program on linked lists using JAVA programming???????????
Why do we use return in c?
What is the difference between fork() and vfork()?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What does a pointer variable always consist of?
What is far pointer in c?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What is build process in c?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
what is a function method?give example?