What is a structure in c language. how to initialise a structure in c?
code for copying two strings with out strcpy() function.
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
what is difference between declaring the pointer as int and char in c language?
what is an inline fuction??
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
Can we use visual studio for c?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
Mention four important string handling functions in c languages .
what is void pointer?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the purpose of & in scanf?
SRUCTURE PROGRAMMING