What is int main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
What are the valid places to have keyword “break”?
Explain what is the heap?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
who developed c and why he developed c?
If you know then define #pragma?
what will be the output for the following main() { printf("hi" "hello"); }
What is union and structure?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the return type of sizeof?
How to print "I Love My India" without using semi colon?
Write a program to print ASCII code for a given digit.