What is clrscr in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the statement: strcat (S2, S1)?
Explain what is meant by 'bit masking'?
How would you obtain the current time and difference between two times?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
What are the applications of c language?
consagous technology placement paper
What is c variable?
How would you write qsort?
Is main is a keyword in c?
What are the Advantages of using macro
create an SINGLE LINKED LISTS and reverse the data in the lists completely