Why can't we initialise member variable of a strucutre
what is object oriental programing?
How can a string be converted to a number?
What is an identifier?
What is a MAC Address?
State the difference between realloc and free.
What are actual arguments?
What does s c mean in text?
What does printf does?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
why we wont use '&' sing in aceesing the string using scanf
Explain the array representation of a binary tree in C.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;