What is array of pointers to string?
No Answer is Posted For this Question
Be the First to Post Answer
how to set Nth bit of variable by using MACRO
Hai why 'c' is the middle language
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Is linux written in c?
why ordinary variable store the later value not the initial
who developed c and why he developed c?
Write a program to find factorial of a number using recursive function.
Can include files be nested? How many levels deep can include files be nested?
In header files whether functions are declared or defined?
how to find anagram without using string functions using only loops in c programming
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Why clrscr is used in c?