Who invented b language?
No Answer is Posted For this Question
Be the First to Post Answer
Is array a primitive data type in c?
which one is highest Priority in c? a)=,b)+,c)++,d)==
What is the memory allocated by the following definition ? int (*x)();
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
main() {int a=200*200/100; printf("%d",a); }
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
Why void is used in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
plz let me know how to become a telecom protocol tester. thank you.
what's the return value of malloc()
What is a file descriptor in c?