Give the rules for variable declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use main function?
Is c compiled or interpreted?
What do you mean by c?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
What is the difference between realloc() and free()
Tell me about low level programming languages.
Is it possible to have a function as a parameter in another function?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
what is diff b/w huge & far & near pointer??
Magic square
What is sizeof array in c?
What is array in C