What is ## preprocessor operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
What are local static variables?
Explain is it valid to address one element beyond the end of an array?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What does typeof return in c?
What are structure members?
How #define works?
totally how much header files r in c language
write a program that finds the factorial of a number using recursion?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }