Is c language still used?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different flags in C? And how they are useful? And give example for each in different consequences?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
write an algorithm and a program to count the number of elements in a circularly singly linked list
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is meant by realloc()?
Is it possible to pass an entire structure to functions?
What are structural members?
Why is c called "mother" language?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Explain argument and its types.
What is Dynamic Initialization.
explain how do you use macro?