What is wrong in this statement? scanf(“%d”,whatnumber);
No Answer is Posted For this Question
Be the First to Post Answer
What is a function simple definition?
How can you increase the size of a dynamically allocated array?
What is a function in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are register variables? What are the advantage of using register variables?
Can we initialize extern variable in c?
How will you allocate memory to a double pointer ?
C,c++, Java is all are structural oriented or procedure oriented language..?
Can you explain the four storage classes in C?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
write a program that print itself even if the source file is deleted?
List some basic data types in c?