What is the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Is it better to use a macro or a function?
second highest number in a given set of numbers
Is there anything like an ifdef for typedefs?
Differentiate fundamental data types and derived data types in C.
What is sparse file?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How do we print only part of a string in c?
What is the method to save data in stack data structure type?
what are the difference between ANSI C and Let Us c and Turbo C
What is the argument of a function in c?