What does it mean when a pointer is used in an if statement?
No Answer is Posted For this Question
Be the First to Post Answer
What are dynamically linked and statically linked libraries?
What are enumerated types?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
How can I sort a linked list?
can v write main() { main(); } Is it true?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
What is indirection?
What does the file stdio.h contain?