- Tell me about your self
- Explain about
- Function pointers
- call backs
- compilation process
- how malloc works
char *ptr (char*)(malloc(100))
free(ptr);
how free knows that it has to deallocate 100Bytes
- how sizeof(x) id implemented
- programs related to strings
- string reverse with out temp array
- string copy
- concatenate string *int & return string
eg: “hellop”10;
return hello10 as sting
- questions based on project
- prority inversion
- what is compiler switdi
- shortest path algorthim
- how compiler know about different pointers
- static,volatile,extern
- pointer questions
No comments:
Post a Comment