Q.1
Write a function to create a Circular Link list.
Q.2
Are the following two statements identical?
char str[6] = "Tnl" ;
char *str = "Tnl" ;
Q.3
What is the difference between %d and %*d in c language?
Q.4
Tell me the difference between i++ and i+1 ?
Q.5
State the difference between macros and inline functions?
Write a function to create a Circular Link list.
Q.2
Are the following two statements identical?
char str[6] = "Tnl" ;
char *str = "Tnl" ;
Q.3
What is the difference between %d and %*d in c language?
Q.4
Tell me the difference between i++ and i+1 ?
Q.5
State the difference between macros and inline functions?