Write a C program to perform some of the operation which can be performed using Single linked list
1 8154How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
1 3835what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
4 7506what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
1 3796int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
3 8323
What does struct node * mean?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is structure in c definition?
Can the curly brackets { } be used to enclose a single line of code?
What are dangling pointers? How are dangling pointers different from memory leaks?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Explain heap and queue.
What is #include stdio h and #include conio h?
write a c program for swapping two strings using pointer
write a program to copy the string using switch case?
Write a program to print ASCII code for a given digit.
What is variable and explain rules to declare variable in c?
can any one tel me wt is the question pattern for NIC exam
How to write a code for reverse of string without using string functions?
Difference between MAC vs. IP Addressing