What is a static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What does 4d mean in c?
Write a program to identify if a given binary tree is balanced or not.
define c
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Differentiate between a for loop and a while loop? What are it uses?
c program to subtract between two numbers without using '-' sign and subtract function.
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What are structural members?
which do you prefer C or Pascal?
A C E G H +B D F A I ------------ E F G H D
What is a C array and illustrate the how is it different from a list.