What is the right type to use for boolean values in c? Is there a standard type?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is a null pointer in c?
what is stack , heap ,code segment,and data segment
What is the purpose of & in scanf?
Explain function?
what are the files which are automatically opened when a c file is executed?
What does c mean before a date?
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
How can you increase the size of a dynamically allocated array?
with out using main how to execute the program?
c program to print a name without using semicolon
In a switch statement, what will happen if a break statement is omitted?