What is void c?



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

Post New Answer

More C Interview Questions

what is ANSI and ISO

7 Answers   HCL,


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

1 Answers   Wipro,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


What is the purpose of void in c?

1 Answers  


What are preprocessor directives in c?

1 Answers  


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1 Answers   TCS,


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.

3 Answers  


Is c an object oriented programming language?

1 Answers  


What is graph in c?

1 Answers  


Write a progarm to find the length of string using switch case?

1 Answers   TCS,


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


Categories