Why string is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you initialize function pointers? Give an example?
What ios diff. Between %e & %f?
how to add numbers without using arithmetic operators.
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
How does C++ help with the tradeoff of safety vs. usability?
WHAT IS LOW LEVEL LANGUAGE?
how the compiler treats any volatile variable?Explain with example.
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
How can type-insensitive macros be created?
What is malloc() function?
Convert the following expression to postfix and prefix (A+B) * (D-C)