what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
2 8072dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
1 4831Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
9 11739write a recursive program in'c'to find whether a given five digit number is a palindrome or not
2 6638write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
1 4251
What are different types of operators?
Do you know the difference between exit() and _exit() function in c?
What is operator promotion?
Explain how do you override a defined macro?
What are unions in c?
what does static variable mean?
what are bit fields in c?
What is %s and %d in c?
What is the difference between #include and #include 'file' ?
What is the difference between far and near ?
Is it better to use malloc() or calloc()?
How can you avoid including a header more than once?
What is time null in c?
Why is c called a structured programming language?
Is there any data type in c with variable size?