What is the difference between void main and main in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the relation between # and include<stdio.h>
what does static variable mean?
What is sizeof array in c?
What is a struct c#?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
What is graph in c?
Do pointers store the address of value or the actual value of a variable?
What is variable declaration and definition in c?
What are volatile variables in c?
what is the difference between postfix and prefix unary increment operators?
Write a programe print the sum of series 0,1,2,.....10
program for validity of triangle from 3 side