Write a C program to perform some of the operation which can be performed using Single linked list
1 8081How 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 3780what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
4 7373what 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 3732int 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 8196
int i=10; printf("%d %d %d", i, i=20, i);
What does stand for?
Tell me the use of bit field in c language?
What is the use of getch ()?
How the c program is executed?
What are the advantages and disadvantages of a heap?
How old is c programming language?
Explain what is a static function?
List some basic data types in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is keyword in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
How do you print only part of a string?
What is a static function in c?
Why is c called c not d or e?