What is c basic?
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}
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
what is the little endian and big endian?
Differentiate between null and void pointers.
What is register variable in c language?
What is a char in c?
How can I change the size of the dynamically allocated array?
Explain Linker and Loader
print 1-50 with two loop & two print Statement
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan