Answer Posted / prashant agarwal
this is give an compilation error
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
Write a program to check palindrome number in c programming?
What are the different categories of functions in c?
Explain 'bus error'?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is memory leak in c?
What is the main difference between calloc () and malloc ()?
What is the use of a static variable in c?
Why is c so powerful?
Explain what is operator promotion?
Why c is called a middle level language?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How do you list a file’s date and time?
What is echo in c programming?
What is a buffer in c?