What 'lex' does?
No Answer is Posted For this Question
Be the First to Post Answer
Why isnt there a numbered, multi-level break statement to break out
Write a program to find the biggest number of three numbers in c?
Does sprintf put null character?
Are pointers integers in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Why & is used in c?
What are keywords in c with examples?
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
What is a null string in c?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question