Can main () be called recursively?
No Answer is Posted For this Question
Be the First to Post Answer
What is undefined behavior?
What is the exact difference between '\0' and ""
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What are directives in c?
What is wild pointer in c?
progrem to generate the following series 1 12 123 1234 12345
What is declaration and definition in c?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Explain what does it mean when a pointer is used in an if statement?
What are the benefits of c language?