When we use void main and int main?
No Answer is Posted For this Question
Be the First to Post Answer
What are structure members?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
Explain do array subscripts always start with zero?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
In header files whether functions are declared or defined?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
What is scope rule in c?
What is the size of empty structure in c?
What is the use of static variable in c?
What are the advantages of external class?