What is function what are the types of function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How do I create a directory? How do I remove a directory (and its contents)?
What are the storage classes in C?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Once I have used freopen, how can I get the original stdout (or stdin) back?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is string concatenation in c?
what is the difference between static variable and register variable?
How will you divide two numbers in a MACRO?
what will be maximum number of comparisons when number of elements are given?
when to use : in c program?
What is c value paradox explain?