What is the purpose of void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
c pgm count no of lines , blanks, tabs in a para(File concept)
What are the different categories of functions in c?
Can static variables be declared in a header file?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Write a program on swapping (100, 50)
What is #define used for in c?
how to find out the union of two character arrays?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Describe newline escape sequence with a sample program?
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 :(
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
what is op? for(c=0;c=1000;c++) printf("%c",c);