What are dangling pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Meaning of () in c
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Why c is called procedure oriented language?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
program to locate string with in a string with using strstr function
pascal triangle program
Write a program that his output 1 12 123
Explain how do you generate random numbers in c?
Can a variable be both static and volatile in c?
Can i use Two or More Main Funtion in any C program.?