What is wild pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
What tq means in chat?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Write a routine that prints out a 2-D array in spiral order!
how many key words availabel in c a) 28 b) 31 c) 32
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
How can I list all of the predefined identifiers?
How can I return multiple values from a function?
What is wrong with this code?
Why the use of alloca() is discouraged?
What will be your course of action for a push operation?