What is string in c language?
No Answer is Posted For this Question
Be the First to Post Answer
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain Basic concepts of C language?
Write a program using bitwise operators to invert even bits of a given number.
When should we use pointers in a c program?
What are pointers in C? Give an example where to illustrate their significance.
wats SIZE_T meant for?
Did c have any year 2000 problems?
What is the difference between formatted&unformatted i/o functions?
What standard functions are available to manipulate strings?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array