What is the mean of this statement::
if(int i=0 * i=9)
Answer Posted / tamil
this is an expression syntax error statement
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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)
Explain 'bit masking'?
What does c in a circle mean?
What is the difference between the expression “++a” and “a++”?
Write a program that accept anumber in words
What are the various types of control structures in programming?
Explain what is the difference between #include and #include 'file' ?
When c language was developed?
What is linear search?
What is array in c with example?
int i=10; printf("%d %d %d", i, i=20, i);
What is the purpose of sprintf?
what is stack , heap ,code segment,and data segment
List the different types of c tokens?
What is stack in c?