Is c weakly typed?
No Answer is Posted For this Question
Be the First to Post Answer
Can the size of an array be declared at runtime?
what is the difference between. system call and library function?
Why static is used in c?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What is sizeof in c?
What are the string functions? List some string functions available in c.
What is the heap in c?
How can I get the current date or time of day in a c program?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What are the two types of structure?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
with out using main how to execute the program?