How is = symbol different from == symbol in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between structure and union in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
When is a void pointer used?
What is structure in c definition?
Who invented b language?
What is c language and why we use it?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
What is quick sort in c?
Explain what does a function declared as pascal do differently?
Why do we need functions in c?
why we wont use '&' sing in aceesing the string using scanf
Create a simple code fragment that will swap the values of two variables num1 and num2.