explain what is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
character array A[12] can hold
Why dont c comments nest?
what is the code for getting the output as * ** ***
Are pointers really faster than arrays?
What is c token?
Not all reserved words are written in lowercase. TRUE or FALSE?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What are data structures in c and how to use them?
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); }
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
What are the 4 types of functions?