Explain how can you tell whether two strings are the same?
No Answer is Posted For this Question
Be the First to Post Answer
How to define structures? ·
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
Are c and c++ the same?
Define Spanning-Tree Protocol (STP)
What is #line used for?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
What is I ++ in c programming?
what is the difference between c and java?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
What are pointers? Why are they used?
When should you not use a type cast?
What is Conio.h ?