What is a pointer variable in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure padding & expalain wid example what is bit wise structure?
how many error occurs in C language ?
What are the various types of control structures in programming?
Explain what is the difference between declaring a variable and defining a variable?
Is calloc better than malloc?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What are the disadvantages of a shell structure?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain what standard functions are available to manipulate strings?
What is undefined behavior?
How can you allocate arrays or structures bigger than 64K?
Why dont c comments nest?