Are local variables initialized to zero by default in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt that code work?
What are the standard predefined macros?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What are actual arguments?
What is the difference between volatile and const volatile?
Is main a keyword in c?
Program to find the sum of digits of a given number until the sum becomes a single digit
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
difference between string and array?
When should we use pointers in a c program?
In which layer of the network datastructure format change is done
wats the diference btwen constant pointer and pointer to a constant.pls give examples.