Explain the difference between getch() and getche() in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can a void pointer point to a function?
#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?
what is the different bitween abap and abap-hr?
What are the ways to a null pointer can use in c programming language?
What are function pointers? Provide an example.
Can you return null in c?
write a program for even numbers?
What is scanf_s in c?
What is cohesion in c?
write a program in c to print **** * * * * ****
There seem to be a few missing operators ..
what are the languages used in c#?