Write a program on swapping (100, 50)
No Answer is Posted For this Question
Be the First to Post Answer
Why is a semicolon (;) put at the end of every program statement?
what is the use of call back function in c?tell me with example
What are the types of type specifiers?
Explain the use of #pragma exit?
What is header file in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Can the size of an array be declared at runtime?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What are pointers? Why are they used?
What are the features of c languages?
Why is c not oop?