Describe wild pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Program to simulate second clock
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is the difference between GETS();AND SCANF();
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
Magic square
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a prgram of swapping with 2 valiables
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is class and object in c?
Can i use Two or More Main Funtion in any C program.?