Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
No Answer is Posted For this Question
Be the First to Post Answer
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
Why can arithmetic operations not be performed on void pointers?
What is difference between structure and union?
How can I convert a number to a string?
How to set a variable in the environment list?
What are c preprocessors?
Write a program to find the biggest number of three numbers in c?
if we take a number as a char then can we manipulate(add, subtract) on this number
Explain what are header files and explain what are its uses in c programming?
What is calloc()?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is a pointer variable in c language?