Explain how can I right-justify a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is extern c used for?
what is difference between array of characters and string
how to add numbers without using arithmetic operators.
What’s a signal? Explain what do I use signals for?
How to throw some light on the b tree?
Why isn't any of this standardized in c? Any real program has to do some of these things.
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is derived datatype in c?
what is used instead of pointers in java than c?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
What is a C array and illustrate the how is it different from a list.