What is the difference between a string and an array?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Mention four important string handling functions in c languages .
write a program to remove duplicate from an ordered char array? in c
What is mean by data types in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
pgm to find middle element of linklist(in efficent manner)
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
who is the father of C Language?
20 Answers CTS, UST,
What is the difference between local variable and global variable in c?
Is there anything like an ifdef for typedefs?