Is c high or low level?
No Answer is Posted For this Question
Be the First to Post Answer
What is struct node in c?
how to find the size of the data type like int,float without using the sizeof operator?
explain what is a newline escape sequence?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What do you mean by a local block?
When should volatile modifier be used?
Can you define which header file to include at compile time?
What is #pragma statements?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.