What is void c?
Answer / Brahma Nand
"void is a keyword in C. It's used to declare functions that do not return any value, and variables that have no data type."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is ANSI and ISO
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Stimulate calculator using Switch-case-default statement for two numbers
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is the purpose of void in c?
What are preprocessor directives in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Is c an object oriented programming language?
What is graph in c?
Write a progarm to find the length of string using switch case?
How can I increase the allowable number of simultaneously open files?