What are types of preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do we print only part of a string in c?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Differentiate between ordinary variable and pointer in c.
What should malloc() do?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
How pointer is different from array?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What functions are in conio h?
How can I call fortran?
What is the c language function prototype?