Is there any data type in c with variable size?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to reverse a number by recursive function?
What are the valid places to have keyword “break”?
When can you use a pointer with a function?
Explain 'bus error'?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What math functions are available for integers? For floating point?
why do we use # in c-language?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Define recursion in c.
What is a #include preprocessor?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why flag is used in c?