What is the purpose of & in scanf?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between union and anonymous union?
Write a c program using for loop in switch case?
Explain what is the best way to comment out a section of code that contains comments?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
c program to add and delete an element from circular queue using array
who invented c
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
How do I access command-line arguments?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
why wipro wase
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the difference between union and structure in c?