respected sir, i did my MCA in 2013 when i am going to attend
to an interview i was asked about my project how will i
explain my project could please help me in this and my project
title is "Social Networking Site For Social Responsibility"
Answer / kar4u
Starting with your project name...
then team size
duration of project
then explain about project..
like wat are the benfits of your topic(project)
&&& so...
| Is This Answer Correct ? | 4 Yes | 0 No |
Is the following code legal? typedef struct a { int x; aType *b; }aType
#include<stdio.h> main() { register i=5; char j[]= "hello"; printf("%s %d",j,i); }
{ int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
main() { int i; clrscr(); printf("%d", &i)+1; scanf("%d", i)-1; } a. Runtime error. b. Runtime error. Access violation. c. Compile error. Illegal syntax d. None of the above
main() { char name[10],s[12]; scanf(" \"%[^\"]\"",s); } How scanf will execute?
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?
main() { int i=5,j=6,z; printf("%d",i+++j); }
find A^B using Recursive function
#define clrscr() 100 main() { clrscr(); printf("%d\n",clrscr()); }
write a program in c language to get the value of arroy keys pressed and display the message which arrow key is pressed?
source code for delete data in array for c
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange