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 8156dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
1 4889Write 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 12043write a recursive program in'c'to find whether a given five digit number is a palindrome or not
2 6707write 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 4316
What is pointer and structure in c?
What are all different types of pointers in c?
What is sizeof array in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain how to reverse singly link list.
Explain what is #line used for?
What does int main () mean?
What is difference between && and & in c?
List out few of the applications that make use of Multilinked Structures?
Explain what is a program flowchart and explain how does it help in writing a program?
Explain what is a 'locale'?
What is sizeof c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are the types of assignment statements?
Describe wild pointers in c?