i have a written test in tomorrow
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
What does it mean when the linker says that _end is undefined?
What does char * * argv mean in c?
What is a stream in c programming?
write the program to find multiplication of 2-D matrix??????????
What is the description for syntax errors?
what is the structure pointer?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
write a progam to display the factors of a given number and disply how many prime numbers are there?
What are the types of data files?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Why functions are used in c?