Why can’t constant values be used to define an array’s initial size?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Write a program to swap two numbers without using third variable in c?
Why is structure important for a child?
difference between c and c++?
What is quick sort in c?
How can I write a function analogous to scanf?
Explain which function in c can be used to append a string to another string?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
How can I write a function that takes a format string and a variable number of arguments?