#include int main() { int value = 77,num =99; int *pv=&value,*pn = # int **ppi; ppi = &pv; printf(“**ppi=%d \n “,**ppi); ppi = &pn; printf(“**ppi= %d \n”,**ppi); system(“pause”); }
{ int i, j, k; i = -1; j = 1; k = 1; ++i && j++ || ++k; printf(“%d %d %d\n”,i,j,k); return 0;
sir plz update its driver so i can access the wifi in linux………………
ftp,tftp,nfs is completed…………………… by jatinder singh plz mention ur status in comment who come in project 00 g1
[root@localhost /]# mount -t nfs 192.168.0.21:/jatinde /mnt mount.nfs: access denied by server while mounting 192.168.0.21:/jatinde
root@localhost /]# showmount -e 192.168.0.13 clnt_create: RPC: Program not registered
[root@localhost etc]# vim hosts 27.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 server-ip Server server client1-ip Client1 Client1 client2-ip Client2 Client2
telnet,ftp & tftp is completed. but i still no able to compile kernel in my laptop. in fdora 15 64 bit
2.6.38.6-26.rc1.fc15.x86_64 linux-3.7.1 [root@jatin kernels]# cd 2.6.38.6-26.rc1.fc15.x86_64/ [root@jatin 2.6.38.6-26.rc1.fc15.x86_64]# make CHK include/linux/version.h CHK include/generated/utsrelease.h make[1]: *** No rule to make target `missing-syscalls’. Stop. make: *** [prepare0] Error 2
[root@server ~]# service vsftpd start Starting vsftpd (via systemctl): Job failed. See system logs and ‘systemctl status’ for details. [FAILED] how i wil check the log & systemctl status
CC [M] net/ipv4/netfilter/ipt_ECN.o net/ipv4/netfilter/ipt_ECN.c:20:42: fatal error: linux/netfilter_ipv4/ipt_ECN.h: No such file or directory compilation terminated. make[3]: *** [net/ipv4/netfilter/ipt_ECN.o] Error 1 make[2]: *** [net/ipv4/netfilter] Error 2 make[1]: *** [net/ipv4] Error 2 make: *** [net] Error 2