What is calloc malloc realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between declaring the pointer as int and char in c language?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
How to avoid buffer overflow?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What do you mean by c what are the main characteristics of c language?
What is stack in c?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why Modern OS are interrupt driven?Give an example
what is meant by c
what is the program to display your name in any color?
write a program to check whether a number is Peterson or not.