What are the similarities between c and c++?
No Answer is Posted For this Question
Be the First to Post Answer
nic scientist exam
How do you determine if a string is a palindrome?
Can you assign a different address to an array tag?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
How was c created?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
const char * char * const What is the differnce between the above tow?.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is bash c?
What is LINKED LIST? How can you access the last element in a linked list?
How a string is stored in c?
What is 02d in c?