What is the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print largest number of each row of a 2D array
How can I find the modification date and time of a file?
Can you please explain the difference between strcpy() and memcpy() function?
What is the difference between macros and inline functions?
What is an array? What the different types of arrays in c?
Why is structure important for a child?
Which built-in library function can be used to match a patter from the string?
Explain what are run-time errors?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What is the difference between fread buffer() and fwrite buffer()?
Can the size of an array be declared at runtime?