What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
How to create struct variables?
What is the equivalent code of the following statement in WHILE LOOP format?
What is the 'named constructor idiom'?
Linked lists -- can you tell me how to check whether a linked list is circular?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Can you add pointers together? Why would you?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
How does free() know explain how much memory to release?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
write a program to print largest number of each row of a 2D array
What compilation do?
7 Answers Geometric Software, Infosys,