What is the use of #define preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function for strstr
mplementation of stack using any programing language
How can I send mail from within a c program?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Write a program in c using only loops to print * * * * * *******
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is exit() function?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is the use of a semicolon (;) at the end of every program statement?
main() {int a=200*200/100; printf("%d",a); }
When was c language developed?