What is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a procedural language?
Explain what are multidimensional arrays?
When c language was developed?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are the different types of control structures in programming?
How do you determine the length of a string value that was stored in a variable?
What does %f mean c?
What is #include stdio h?
What are different types of operators?
what are the stages of compilation