How do I use void main?
No Answer is Posted For this Question
Be the First to Post Answer
how we do lcm of two no using c simple if while or for statement
what is the hardware model of CFG( context free grammar)
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
Write a program in c to replace any vowel in a string with z?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
Explain the use of #pragma exit?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
What are the various types of control structures in programming?
How do I use strcmp?
What is meant by int main ()?
Write a program to generate random numbers in c?
pgm to find middle element of linklist(in efficent manner)