Great Smiley, seems very useful and nicely described!
Where is Thumb Up button? :)
User Profile
Collapse
-
Bytes does not provide ready solution. Could you please elaborate your problem with what you have tried so far?Leave a comment:
-
Bytes does not provide ready solution, however, if you post regarding what you have tried so far with code and understanding, experts may help you.Leave a comment:
-
Why you wrote ; after for loop? And what is the value of 'a' you enter?Leave a comment:
-
It is because
printf("%d\n",i ); 5, as it is apparent
printf("%d\n",i ++); 5, as it will first print and then increment. After this line execution, i = 6
printf("%d\n",+ +i); 7, as first increment and make it 7 and then print
printf("%d - %d - %d\n",i,i++,++i ); 9 - 8 - 9, I am not very sure, but compiler executes this in reverse order.Leave a comment:
-
-
-
When you paste code, please click <code/> button around your code to format your post as per site policy.Leave a comment:
-
Meetee replied to How I can search data in database? search data including text, number and datetimein SQL ServerLook up for information_sch ema which stores metadata information of database.Leave a comment:
-
Meetee replied to How I can search data in database? search data including text, number and datetimein SQL ServerUse where condition. For eg.
Code:select * from HR_Master where position = 'CEO' and salary = 2354 and date = 'YYYY-MM-DD'
Leave a comment:
-
You will have to compare every number with the earlier number and put the largest and smallest in two variables, run this loop till the end of file.Leave a comment:
-
This thread is closed as Bytes do not allow Homework/Assignment postsLeave a comment:
-
Meetee replied to Imagine a tollbooth at a bridge. Cars passing by the booth are expected to pay a 50 pin CThis thread is closed as Bytes do not allow homework/assignment post.Leave a comment:
-
-
-
How is Google+ different from other social networking sites?
Exploring Google+ ...Still not sure how would it help and how it is different from other social networking sites! -
Meetee replied to What material do you use to study for IT certification tests? Books, Video, Internet?in CareerYes, certainly. In fact, everything resourceful can help to gather subject matters. Which certification are you planning to do?Leave a comment:
-
Read Data Communications and Networking by Behrouz a Forouzan. It is very good book for this subject. Rest, Google is best resource to study the concept.Leave a comment:
-
-
What do you want us to explain?
If you are not clear with output then sizeof("") is equivalent to sizeof(char) where char value = 0, so it would be 1. However, sizeof(NULL) is implementation defined. So if size(int) then 4.Last edited by Meetee; Apr 19 '11, 08:29 AM.Leave a comment:
No activity results to display
Show More
Leave a comment: