Explain what are preprocessor directives?
No Answer is Posted For this Question
Be the First to Post Answer
What is the right type to use for boolean values in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Simplify the program segment if X = B then C ← true else C ← false
write a program to convert a expression in polish notation (postfix) to inline (normal)
What is local and global variable in c?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
What is string function in c?
what is constant pointer?
Write a c program using for loop in switch case?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)