What are the types of data files?
No Answer is Posted For this Question
Be the First to Post Answer
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
do you think its fraud or original company?
c program to compute AREA under integral
What is adt in c programming?
Explain how do you declare an array that will hold more than 64kb of data?
how to write optimum code to divide a 50 digit number with a 25 digit number??
biggest of two no's with out using if condition statement
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?
what does exit() do?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
what is the use of call back function in c?tell me with example
Write a program to identify if a given binary tree is balanced or not.