What is a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
write a program without using main function?
What are the two types of structure?
Can a pointer be volatile in c?
An array name contains base address of the array. Can we change the base address of the array?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain how do you determine the length of a string value that was stored in a variable?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How many levels deep can include files be nested?
What is the difference between array and pointer?
What are the different types of linkage exist in c?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?