What is the difference between procedural and functional programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is the use of getchar() function?
What should malloc(0) do?
What is "Hungarian Notation"?
what is the structure?
Is there a way to switch on strings?
simple c program for 12345 convert 54321 with out using string
Explain About fork()?
What is wrong with this code?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
write a prgram of swapping with 2 valiables
What is a pointer variable in c language?