Why can't I perform arithmetic on a void* pointer?
What are enums in c?
What is class and object in c?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How many header files are in c?
Write a C program that reads a series of strings and prints only those ending in "ed"
how can be easily placed in TCS.
What is a macro, and explain how do you use it?
Where are some collections of useful code fragments and examples?
Why flag is used in c?
What are the main characteristics of c language describe the structure of ac program?