What does void main () mean?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
hi, which software companys will take,if d candidate's % is jst 55%?
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 []);
Are the expressions * ptr ++ and ++ * ptr same?
When should structures be passed by values or by references?
what defference between c and c++ ?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the benefit of using const for declaring constants?
What is a pointer?
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"
difference between semaphores and mutex?
Explain a pre-processor and its advantages.