What is an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
List out few of the applications that make use of Multilinked Structures?
Which weighs more, a gram of feathers or a gram of gold?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Explain command-line arguments in C.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the purpose of main( ) in c language?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Explain the bubble sort algorithm.
Is c weakly typed?
difference of two no's with out using - operator
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1