What are header files why are they important?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
explain how do you use macro?
what is the use of call back function in c?tell me with example
What is function and its example?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is the difference between procedural and declarative language?
what is the associativity of bitwise OR operator?
How does normalization of huge pointer works?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
what is data structure
what do you mean by inline function in C?