What is a protocol in c?
No Answer is Posted For this Question
Be the First to Post Answer
which will be first in c compiling ,linking or compiling ,debugging.
Calculate 1*2*3*____*n using recursive function??
What is the best way to store flag values in a program?
What is a class?
What is use of pointer?
write a function for strtok()??
what is differnence b/w macro & functions
Write a program to generate prime factors of a given integer?
What are the types of bitwise operator?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Explain heap and queue.