What is unsigned int in c?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the use of fflush() function?
Explain what are the __date__ and __time__ preprocessor commands?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
How can I determine whether a machines byte order is big-endian or little-endian?
write a program whose output will be- 1 12 123 1234
What is structure padding & expalain wid example what is bit wise structure?
Why is c so popular?
will u give me old quesrion papers for aptitude for L & t info tech?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Explain how can I prevent another program from modifying part of a file that I am modifying?
swap two integer variables without using a third temporary variable?
write a program to find out prime number using sieve case?