What is a program flowchart and how does it help in writing a program?
What are derived data types in c?
What are the languages are portable and platform independent?Why they are like that?
how to get the starting address of file stored in harddisk through 'C'program.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
char *p="name"; printf(p);
What is a function in c?
What is a good way to implement complex numbers in c?
what is function pointer?
When c language was developed?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
how to find your architecture is LittleEndian or BigEndian?
write a string copy function routine?