Are pointers really faster than arrays?
No Answer is Posted For this Question
Be the First to Post Answer
How can a program be made to print the line number where an error occurs?
difference between memcpy and strcpy
Differentiate between static and dynamic modeling.
Can we write a program without main() function?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
How to add two numbers without using semicolon at runtime
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
what is the mean of c languages.
IS Doon college of Engn.. has good faculty
What is a good data structure to use for storing lines of text?
Explain how do you override a defined macro?