What is a pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
what is link list?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between malloc() and realloc()?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What are the different data types in C?
Explain what is the benefit of using an enum rather than a #define constant?
What does char * * argv mean in c?
i have a written test for microland please give me test pattern
please give me some tips for the selection in TCS.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
How can you dynamically allocate memory in C?