What is f'n in math?
No Answer is Posted For this Question
Be the First to Post Answer
swapping of two numbers without using third variable using AND and OR operators
what is diffrence between string and character array?
What is the hardest programming language?
What are the advantages of union?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
what is const volatile?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Why isnt there a numbered, multi-level break statement to break out
Can you add pointers together? Why would you?
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
What are comments and how do you insert it in a C program?
What are different types of operators?