Describe dynamic data structure in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong in this statement? scanf(“%d”,whatnumber);
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.
Define recursion in c.
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
without using arithmatic operator solve which number is greater??????????
WHAT IS INT?
What type is sizeof?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
totally how much header files r in c language
Is c programming hard?
application attempts to perform an operation?
What is the difference between array and pointer?