Why c is called free form language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you list files in a directory?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
What is extern keyword in c?
How to write the code of the program to swap two numbers with in one statement?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are derived data types in c?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
what is used instead of pointers in java than c?
What are global variables?
how many errors in c explain deply
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,
What is an anonymous union and where to apply that ?