shorting algorithmS
No Answer is Posted For this Question
Be the First to Post Answer
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
Find occurence of a character in a sting.
write a own function for strstr
Why is the code below functioning. According to me it MUST NOT.
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
write a program to create a sparse matrix using dynamic memory allocation.
What is that continue statement??
I have seen function declarations that look like this
Difference between for loop and while loop?
WHAT IS INT?
Write a C function to search a number in the given list of numbers. donot use printf and scanf