Can a variable be both static and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare function inside main?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Can a function argument have default value?
Write a program to identify if a given binary tree is balanced or not.
What is the difference between call by value and call by reference in c?
Explain how do you determine a file’s attributes?
What is a method in c?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What is "Hungarian Notation"?
What is include directive in c?
What is a stream?
What kind of structure is a house?