What is the purpose of main() function?
No Answer is Posted For this Question
Be the First to Post Answer
For what purpose null pointer used?
Differentiate Source Codes from Object Codes
What is the right type to use for boolean values in c? Is there a standard type?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
What will happen when freeing memory twice
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
What is the difference between the local variable and global variable in c?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
What are unions in c?
Is javascript written in c?
how to execute with out main in cprogram