What does void main () mean?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,






what defference between c and c++ ?

6 Answers  


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


What is a pointer?

1 Answers   ADP, IFFCO,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


difference between semaphores and mutex?

1 Answers  


Explain a pre-processor and its advantages.

0 Answers  


Categories