What are the advantages of c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
How can I rethow can I return a sequence of random numbers which dont repeat at all?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Tell me what are bitwise shift operators?
What is the difference between char array and char pointer?
What is #define size in c?
write a program of palindrome(madam=madam) using pointer?
Is c programming hard?
Explain how can I write functions that take a variable number of arguments?
What is an identifier?