What is keyword with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of main( ) in c language?
If you know then define #pragma?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
How many types of errors are there in c language? Explain
Why is c faster?
Are pointers integers in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What do mean by network ?
how to print "hai" in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
difference between loading and linking