What are the different types of control structures?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print prime nums from 1-20 using c programing?
Why flag is used in c?
Why do we need functions in c?
Can a variable be both static and volatile in c?
what is the difference between while and do while?
Explain two-dimensional array.
Is it possible to have a function as a parameter in another function?
Is c still used?
an algorithem for the implementation of circular doubly linked list
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
what are bit fields in c?
How can I remove the trailing spaces from a string?