What is static and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Give me the code of in-order recursive and non-recursive.
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
In C language, a variable name cannot contain?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
How can I read a binary data file properly?
What does s c mean in text?
What are the types of pointers?
int far *near * p; means
What are the ways to a null pointer can use in c programming language?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Do array subscripts always start with zero?
Explain what is the heap?