Can anyone suggest me Presentation Topic related to embedded systems……i have a seminar.
I am trying to install fedora on a separate internal hard disk…….but an error of “not enough memory”comes. Plz Help!!
Assume any value of k eg 1 Q1 d=k++/++k……..print d and k, k=3; why is the reult 1 for d??? Q2 d=printf(“%d%d%d”,++k,k,k++); printf(“%d%d%d”,k++,k,k++); Why the result vary in both the printf statements.??? Q3 printf(“%d%d%d”,k,k++,++k); what will be the output … Continue reading