What is the general form of a C program?
No Answer is Posted For this Question
Be the First to Post Answer
What is c value paradox explain?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
an algorithem for the implementation of circular doubly linked list
Explain what is wrong with this program statement?
What is scope of variable in c?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What is the difference between the expression “++a” and “a++”?
what is software?
Why do we use namespace feature?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
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}
How can I rethow can I return a sequence of random numbers which dont repeat at all?