How can I manipulate strings of multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
What is static identifier?
How pointers are declared?
What are the disadvantages of c language?
How can you determine the maximum value that a numeric variable can hold?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
differentiate built-in functions and user – defined functions.
What is the role of this pointer?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What is the difference between far and near ?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Compare array data type to pointer data type
Is register a keyword in c?