Differentiate between new and malloc(), delete and free() ?
No Answer is Posted For this Question
Be the First to Post Answer
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What is function definition in c?
write an algorithm and a program to count the number of elements in a circularly singly linked list
How the c program is executed?
write a method for an array in which it can display the largest n next largest value.
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Which is better between malloc and calloc?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
How do you do dynamic memory allocation in C applications?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
When do we get logical errors?