what is a function method?give example?
How can I invoke another program from within a C program?
Write a C program that reads a series of strings and prints only those ending in "ed"
Explain what is the purpose of "extern" keyword in a function declaration?
Why we use stdio h in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is difference between structure and union in c programming?
Can math operations be performed on a void pointer?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
What is a nested formula?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
what is the use of ~ in c lang?????