Why is c not oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer on a pointer in c programming language?
What is graph in c?
What is pre-emptive data structure and explain it with example?
What is the use of a static variable in c?
Why is %d used in c?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Explain what are header files and explain what are its uses in c programming?
what is bit rate & baud rate? plz give wave forms
What is a constant?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What does double pointer mean in c?