Why does everyone say not to use gets?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Lists the benefits of c programming language?
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.
WHAT IS INT?
how to write a data 10 in address location 0x2000
when user give a number it multiply with 9 without useing '+' and '*' oprator
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is hashing in c?
Who is the founder of c language?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;