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...
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
How can I invoke another program from within a C program?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
When can you use a pointer with a function?
Difference between for loop and while loop?
code for replace tabs with equivalent number of blanks
how to swap 4 number without using temporary number?
What is the purpose of ftell?
mplementation of stack using any programing language
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
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.
What is d'n in c?