The statement, int(*x[]) () what does in indicate?
No Answer is Posted For this Question
Be the First to Post Answer
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Why c language?
What is break statement?
What is the difference between fread and fwrite function?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
what is difference between overriding and overloading?
What is the relationship between pointers and data structure?
Tell me about low level programming languages.
write a programming in c to find the sum of all elements in an array through function.
What is the role of this pointer?
What is function pointer and where we will use it