what value is returned to operating system after program
execution?
No Answer is Posted For this Question
Be the First to Post Answer
how to go with this?
Can i use Two or More Main Funtion in any C program.?
What are static functions?
What is a void * in c?
With the help of using classes, write a program to add two numbers.
What is the full form of getch?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
What is file in c language?
What is calloc()?
What is pointer to pointer in c with example?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Explain how can you tell whether a program was compiled using c versus c++?