Is there any data type in c with variable size?
No Answer is Posted For this Question
Be the First to Post Answer
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
c program to arrange digits in a no in ascending and descending order
What are .h files and what should I put in them?
ASCII stands for
When should we use pointers in a c program?
write a program for egyptian fractions in c?
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What are dangling pointers? How are dangling pointers different from memory leaks?
What does typeof return in c?
What is the use of typedef in c?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Explain what are multibyte characters?