How to set file pointer to beginning c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program whose output will be- 1 12 123 1234
How is a pointer variable declared?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
In a switch statement, explain what will happen if a break statement is omitted?
what is used instead of pointers in java than c?
How will you delete a node in DLL?
How to implement a packet in C
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
write a program to generate address labels using structures?
how to write palindrome program?
what is the difference between exit() and _exit() functions?