How many bytes are occupied by near, far and huge pointers (dos)?
No Answer is Posted For this Question
Be the First to Post Answer
Is python a c language?
What is getch?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Can I initialize unions?
I heard that you have to include stdio.h before calling printf. Why?
What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
what is diffrence between string and character array?
What is meant by operator precedence?
Can a function argument have default value?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,