What is volatile variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between declaring a variable and defining a variable?
what is the output of printf("%d",(scanf("%d",10));
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
size maximum allocated by calloc()
Can anyone tell what is stack overflow? what precaution we should take?
What are the different types of errors?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
What is void main ()?
Write a program to print factorial of given number without using recursion?
Difference between goto, long jmp() and setjmp()?
What is the difference between far and near in c?
how to return 1000 variables from functio9n in c?plz give me code also