What are preprocessor directives in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is hashing in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How can I read in an object file and jump to locations in it?
What is the difference between fread and fwrite function?
How can you tell whether two strings are the same?
what does ‘Bus Error’ mean?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
Explain low-order bytes.
what is function pointer?
What is the process to generate random numbers in c programming language?
What is c preprocessor mean?