What does the c preprocessor do?
No Answer is Posted For this Question
Be the First to Post Answer
Find occurence of a character in a sting.
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What extern c means?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What is const volatile variable in c?
What does c mean before a date?
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
c language interview questions & answer
simple program for virtual function?
What is the difference between text files and binary files?