How can I split up a string into whitespace-separated fields?
How to print "I Love My India" without using semi colon?
What is volatile
Can i use Two or More Main Funtion in any C program.?
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;..}
int *a[5] refers to
What is a far pointer in c?
Can a function argument have default value?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
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,
Do variables need to be initialized?
Difference between MAC vs. IP Addressing