c program for searching a student details among 10 student
details
No Answer is Posted For this Question
Be the First to Post Answer
What is pointers in c with example?
How do you declare a variable that will hold string values?
What does s c mean on snapchat?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
How do you print an address?
What is the maximum no. of arguments that can be given in a command line in C.?
How can I read a directory in a c program?
How was c created?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
What is zero based addressing?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,