Is there any data type in c with variable size?
No Answer is Posted For this Question
Be the First to Post Answer
What is memory leak in c?
How can I make it pause before closing the program output window?
What is non linear data structure in c?
What are the header files used in c language?
what is used instead of pointers in java than c?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
how to get starting address of a running C program
write a addition of two no. program with out using printf,scanf,puts .
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Hi, main() { } Is a user defined function or Built in Functionn
why arithmetic operation can’t be performed on a void pointer?