Why string is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between && and & in c?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
what is the meaning of 'c' language
In c language can we compile a program without main() function?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
What is the use of putchar function?
What is string length in c?
how to print this pyramid * * * * * * * * * * * * *
Explain what does a function declared as pascal do differently?
application of static variables in real time
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What is an array in c?