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 8159dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
1 4891Write 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 12051write 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 4318
What is #line in c?
What is the use of ?
Write a program which returns the first non repetitive character in the string?
What is exit() function?
Explain modulus operator. What are the restrictions of a modulus operator?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
In C, What is the #line used for?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are header files and explain what are its uses in c programming?
What happens if you free a pointer twice?
Write a program to swap two numbers without using third variable in c?
Tell me when is a void pointer used?
How is a pointer variable declared?
What are Macros? What are its advantages and disadvantages?
What is a example of a variable?