Can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
I need previous papers of CSC.......plz help out by posting them.......
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.
Write programs for String Reversal & Palindrome check
ABCDCBA ABC CBA AB BA A A
Explain what is operator promotion?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
What's wrong with "char *p = malloc(10);" ?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is the value of h?
What is the auto keyword good for?
What is the difference between realloc() and free()
What are the features of the c language?