In C language, a variable name cannot contain?
No Answer is Posted For this Question
Be the First to Post Answer
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Why do some versions of toupper act strangely if given an upper-case letter?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
what is the difference between embedded c and turbo c ?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Diff between for loop and while loop?
Explain how can I make sure that my program is the only one accessing a file?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
who is the founder of c
19 Answers College School Exams Tests, HP,
define c
What is function in c with example?
WHAT IS LOW LEVEL LANGUAGE?