Is fortran faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS PRE POSSESSORS?
what does ‘Bus Error’ mean?
What does static mean in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Explain goto?
Apart from dennis ritchie who the other person who contributed in design of c language.
Whats s or c mean?
What is fflush() function?
write a program in c language to print your bio-data on the screen by using functions.
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What is difference between constant pointer and constant variable?
print a "hello" word without using printf n puts in c language