Between macros and functions,which is better to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function to compare two strings with out using stringcomparition function?
What is meant by int fun const(int a, int b) { .... ... }
What are structural members?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Function to find the given number is a power of 2 or not?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
program to find the magic square
with out using main how to execute the program?
Is multithreading possible in c?
what is constant pointer?