Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
No Answer is Posted For this Question
Be the First to Post Answer
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
What does the file stdio.h contain?
What do you mean by dynamic memory allocation in c?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Is c++ based on c?
What is the acronym for ansi?
How do you sort filenames in a directory?
What is the default value of local and global variables in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Write a programe print the sum of series 0,1,2,.....10
Where define directive used?