All technical questions
No Answer is Posted For this Question
Be the First to Post Answer
What is pragma c?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
c program to input values in a table(using 2D array) and print odd numbers from them
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is meant by realloc()?
WHAT IS LOW LEVEL LANGUAGE?
void main() { int s[4][2]={ {1234,56},{1212,33},{1434,80},{1312,78} }; int (*p)[2]; int i,j,*pint; for(i=0;i<=3;i++) { p=&s[i]; pint=p; printf("\n"); for(j=0;j<=1;j++) printf("%d",*(pint+j)); } } while running this program it shows a warning-suspicious pointer conversion ie pint=p; my que is why should we assign the value of p to pint again.why cant we use it directly as *(p+j)..but if i use like tat the o/p is garbage value..
how many errors in c explain deply
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What is undefined behavior?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?