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 8152dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
1 4887Write 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 12038write 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 calloc malloc realloc in c?
Why c is called free form language?
What is use of integral promotions in c?
please give me some tips for the placement in the TCS.
What the advantages of using Unions?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Explain c preprocessor?
What does #pragma once mean?
What is a buffer in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What are the rules for identifiers in c?
What's the right way to use errno?
What is the general form of function in c?
What is static and volatile in c?
What is the purpose of sprintf() function?