⟩ How to print sum of two number without using main function?
by using functions
eg:
main()
{
sum();
}
sum()
{
int i,j;
printf("enter i,j values:");
scanf("%d%d",&i,&j);
printf("%d",i+j);
}
by using functions
eg:
main()
{
sum();
}
sum()
{
int i,j;
printf("enter i,j values:");
scanf("%d%d",&i,&j);
printf("%d",i+j);
}
What are the requirement of software Engineering?
How to show the portfolio?
Which are your favorite development tools and why?
What is w3c?
How you fix code?
Which few sites you admire and why?
How to write the table-less XHTML? Do you validate your code?
Do you ever find any particular languages or technologies intimidating?
How to show code?
How to acronym time?