Why is void main used?
No Answer is Posted For this Question
Be the First to Post Answer
can we declare a function in side the structure?
How can I do graphics in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How to compare array with pointer in c?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
write a program in c to read array check element is present or not?
what is the height of tree if leaf node is at level 3. please explain
write a method for an array in which it can display the largest n next largest value.
write a function which accept two numbers from main() and interchange them using pointers?
what is the diference between pointer to the function and function to the pointer?
What is the use of the function in c?
How to get string length of given string in c?