What will the preprocessor do for a program?
No Answer is Posted For this Question
Be the First to Post Answer
write a program whose output will be- 1 12 123 1234
Write a code of a general series where the next element is the sum of last k terms.
What does *p++ do?
How does struct work in c?
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..
using for loop sum 2 number of any 4 digit number in c language
How many keywords (reserve words) are in c?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Why c is called a mid level programming language?
Is c is a high level language?
Is struct oop?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table