How do I round numbers?
No Answer is Posted For this Question
Be the First to Post Answer
Can you assign a different address to an array tag?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Which driver is a pure java driver
what value is returned to operating system after program execution?
What is the difference between fread buffer() and fwrite buffer()?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
What is the difference between getch() and getche()?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Do you have any idea how to compare array with pointer in c?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is non linear data structure in c?