How can I access an I o board directly?
No Answer is Posted For this Question
Be the First to Post Answer
What is c preprocessor mean?
What is .obj file in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is the meaning of 2d in c?
what is c programming?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
to get a line of text and count the number of vowels in it
What is the size of array float a(10)?
How does C++ help with the tradeoff of safety vs. usability?
What are multibyte characters?