Explain high-order and low-order bytes.
No Answer is Posted For this Question
Be the First to Post Answer
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
Reverse a string word by word??
Why do we need a structure?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
Describe wild pointers in c?
Can we declare a function inside a function in c?
What is the use of clrscr?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What does malloc () calloc () realloc () free () do?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?