What are the different types of data structures in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between variable declaration and variable definition in c?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is cohesion in c?
what does static variable mean?
what is diference between return 0 and return NULL??
how can write all 1to 100 prime numbers using for loop,if and break ?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Explain what is a const pointer?
What is calloc() function?
what is link list?
Write programs for String Reversal & Palindrome check
What is the use of bitwise operator?