Why is python slower than c?
No Answer is Posted For this Question
Be the First to Post Answer
Can you add pointers together? Why would you?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What are the different properties of variable number of arguments?
How many data structures are there in c?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Write a program to print prime nums from 1-20 using c programing?
what is use#in c
What is action and transformation in spark?
Can we access the array using a pointer in c language?
FILE PROGRAMMING
Define the scope of static variables.