1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 19766What is the output of the program
#include
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
1 4426
What does 3 periods mean in texting?
What is static volatile in c?
What is indirection in c?
What is data type long in c?
Why can’t constant values be used to define an array’s initial size?
What is int main () in c?
What is a function in c?
What is a structure and why it is used?
Write a program to implement queue.
What are void pointers in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Why do we need functions in c?
write a proram to reverse the string using switch case?
In a header file whether functions are declared or defined?
Define circular linked list.