What is structure and union in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function for strstr
How can I implement sets or arrays of bits?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is the basic structure of c?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What are multibyte characters?
What is a pointer value and address in c?
What is c language and why we use it?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
how to capitalise first letter of each word in a given string?
Why should I use standard library functions instead of writing my own?