Why can’t constant values be used to define an array’s initial size?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between memcpy and memmove?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What is formal argument?
What is dynamic memory allocation?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
User define function contain thier own address or not.
what is different between auto and local static? why should we use local static?
write a program to remove occurrences the word from entered text?
What will the preprocessor do for a program?
Explain spaghetti programming?