Why is c not oop?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Can we access the array using a pointer in c language?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
what is c++ programming?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
Explain about the functions strcat() and strcmp()?
Write a program of prime number using recursion.
What is pointer to pointer in c with example?
What is the difference between malloc() and realloc()?
Write the syntax and purpose of a switch statement in C.
how to add numbers without using arithmetic operators.