no consistent academics. how to answer the question
No Answer is Posted For this Question
Be the First to Post Answer
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
write a programe to find the factorial of given number using recursion
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
what is data structure
Write a simple program to find the size of different basic data types in C.
What are function pointers? Provide an example.
what is function pointer?
Explain the red-black trees?
program to find the magic square
Describe wild pointers in c?
If fflush wont work, what can I use to flush input?
What is self-referential structure in c programming?